summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 12fa0d343..fce7978c4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,6 +28,7 @@ repos:
hooks:
- id: flake8
language_version: python3
+ additional_dependencies: [flake8-typing-imports]
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.4.0
hooks:
@@ -42,6 +43,17 @@ repos:
rev: v1.4.0
hooks:
- id: rst-backticks
+- repo: https://github.com/pre-commit/mirrors-mypy
+ rev: v0.711
+ hooks:
+ - id: mypy
+ name: mypy (src)
+ files: ^src/
+ args: []
+ - id: mypy
+ name: mypy (testing)
+ files: ^testing/
+ args: []
- repo: local
hooks:
- id: rst