Skip to content
Commits on Source (3)
......@@ -51,7 +51,7 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/hakancelik96/unimport
- repo: https://github.com/hakancelikdev/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