8000
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 6fc3d8b commit bc2771fCopy full SHA for bc2771f
.pre-commit-config.yaml
@@ -44,15 +44,15 @@ repos:
44
- pep8-naming
45
- pyflakes
46
- tryceratops
47
- - repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.5.1
49
- hooks:
50
- - id: mypy
51
- additional_dependencies:
52
- - types-click-spinner
53
- - types-requests
54
- - types-tabulate
55
- - types-toml
+ # - repo: https://github.com/pre-commit/mirrors-mypy
+ # rev: v1.5.1
+ # hooks:
+ # - id: mypy
+ # additional_dependencies:
+ # - types-click-spinner
+ # - types-requests
+ # - types-tabulate
+ # - types-toml
56
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
57
rev: 0.2.3
58
hooks:
0 commit comments