We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d5acb commit 85f4cb4Copy full SHA for 85f4cb4
.pre-commit-config.yaml
@@ -25,3 +25,15 @@ repos:
25
hooks:
26
- id: flake8
27
exclude: "^(doc|nisext|tools)/"
28
+ - repo: https://github.com/pre-commit/mirrors-mypy
29
+ rev: v0.991
30
+ hooks:
31
+ - id: mypy
32
+ # Sync with project.optional-dependencies.typing
33
+ additional_dependencies:
34
+ - pytest
35
+ - types-setuptools
36
+ - types-Pillow
37
+ - pydicom
38
+ # Sync with tool.mypy['exclude']
39
+ exclude: "^(doc|nisext|tools)/|.*/tests/"
0 commit comments