Skip to content

Commit 40117ad

Browse files
committed
Do not run mypy on pre-commit
Signed-off-by: Federico Busetti <[email protected]>
1 parent 59f9878 commit 40117ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- id: debug-statements
12-
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.8.0
14-
hooks:
15-
- id: mypy
1612
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
1713
- repo: https://github.com/psf/black-pre-commit-mirror
1814
rev: 23.12.1

0 commit comments

Comments
 (0)