Skip to content

Commit 52b3799

Browse files
committed
Remove mypy checks for now
1 parent ccade0b commit 52b3799

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ repos:
1818
hooks:
1919
- id: isort
2020

21-
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.8.0
23-
hooks:
24-
- id: mypy
25-
exclude: ^(docs/|setup.py)
21+
# Too many things to fix, let's just ignore it for now
22+
#- repo: https://github.com/pre-commit/mirrors-mypy
23+
# rev: v1.8.0
24+
# hooks:
25+
# - id: mypy
26+
# exclude: ^(docs/|setup.py)

0 commit comments

Comments
 (0)