Skip to content
Commits on Source (3)
...@@ -51,7 +51,7 @@ repos: ...@@ -51,7 +51,7 @@ repos:
- id: python-no-log-warn - id: python-no-log-warn
- id: python-use-type-annotations - id: python-use-type-annotations
- repo: https://github.com/hakancelik96/unimport - repo: https://github.com/hakancelikdev/unimport
rev: 0.16.0 rev: 0.16.0
hooks: hooks:
- id: unimport - id: unimport
...@@ -76,7 +76,7 @@ repos: ...@@ -76,7 +76,7 @@ repos:
stages: [commit, manual] stages: [commit, manual]
- repo: https://github.com/flakeheaven/flakeheaven - repo: https://github.com/flakeheaven/flakeheaven
rev: 3.2.1 rev: 3.3.0
hooks: hooks:
- id: flakeheaven - id: flakeheaven
additional_dependencies: additional_dependencies:
...@@ -87,10 +87,11 @@ repos: ...@@ -87,10 +87,11 @@ repos:
- flake8-sfs - flake8-sfs
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1 rev: v1.3.0
hooks: hooks:
- id: mypy - id: mypy
args: [--follow-imports=silent] args: [--follow-imports=silent, project_templates]
pass_filenames: false
additional_dependencies: additional_dependencies:
- jinja2 - jinja2
- types-setuptools - types-setuptools