Skip to content

Commit f964cfd

Browse files
Enabling MyPy in CI currently doesn't make sense
Found 4081 errors in 80 files (checked 113 source files)
1 parent 025af4c commit f964cfd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ repos:
2828
rev: 26.3.0
2929
hooks:
3030
- id: black
31-
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.19.1
33-
hooks:
34-
- id: mypy
35-
args: []
36-
additional_dependencies: ["types-requests"]
31+
# - repo: https://github.com/pre-commit/mirrors-mypy
32+
# rev: v1.19.1
33+
# hooks:
34+
# - id: mypy
35+
# args: []
36+
# additional_dependencies: ["types-requests"]

0 commit comments

Comments
 (0)