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 a66e738 commit c4d8d51Copy full SHA for c4d8d51
1 file changed
.pre-commit-config.yaml
@@ -49,15 +49,15 @@ repos:
49
hooks:
50
- id: validate-pyproject
51
52
- - repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.20.0
54
- hooks:
55
- - id: mypy
56
- args:
57
- - --explicit-package-bases
58
- - --ignore-missing-imports
59
- - --install-types
60
- - --non-interactive
+ # - repo: https://github.com/pre-commit/mirrors-mypy
+ # rev: v1.20.0
+ # hooks:
+ # - id: mypy
+ # args:
+ # - --explicit-package-bases
+ # - --ignore-missing-imports
+ # - --install-types
+ # - --non-interactive
61
62
- repo: https://github.com/pre-commit/mirrors-prettier
63
rev: v4.0.0-alpha.8
0 commit comments