Skip to content
GitLab
Explore
Sign in
Commits on Source (3)
Update unimport pre-commit hook
· 223dd563
Dom Sekotill
authored
May 30, 2023
223dd563
Pass all file names to mypy pre-commit hook
· 4ca8b733
Dom Sekotill
authored
May 30, 2023
This ensures that all callers of changed code are also checked.
4ca8b733
Update pre-commit hooks
· 3f8ce832
Dom Sekotill
authored
May 30, 2023
3f8ce832
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
3f8ce832
...
...
@@ -51,7 +51,7 @@ repos:
-
id
:
python-no-log-warn
-
id
:
python-use-type-annotations
-
repo
:
https://github.com/hakancelik
96
/unimport
-
repo
:
https://github.com/hakancelik
dev
/unimport
rev
:
0.16.0
hooks
:
-
id
:
unimport
...
...
@@ -76,7 +76,7 @@ repos:
stages
:
[
commit
,
manual
]
-
repo
:
https://github.com/flakeheaven/flakeheaven
rev
:
3.
2.1
rev
:
3.
3.0
hooks
:
-
id
:
flakeheaven
additional_dependencies
:
...
...
@@ -87,10 +87,11 @@ repos:
-
flake8-sfs
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v1.
1.1
rev
:
v1.
3.0
hooks
:
-
id
:
mypy
args
:
[
--follow-imports=silent
]
args
:
[
--follow-imports=silent
,
project_templates
]
pass_filenames
:
false
additional_dependencies
:
-
jinja2
-
types-setuptools