Skip to content

Commit 08bcea6

Browse files
authored
Removed mypy from pre commit (#35066)
1 parent b528be6 commit 08bcea6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.pre-commit-config.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,3 @@ repos:
3030
- id: isort
3131
language: python_venv
3232
exclude: ^pandas/__init__\.py$|^pandas/core/api\.py$
33-
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v0.730
35-
hooks:
36-
- id: mypy
37-
args:
38-
# As long as a some files are excluded from check-untyped-defs
39-
# we have to exclude it from the pre-commit hook as the configuration
40-
# is based on modules but the hook runs on files.
41-
- --no-check-untyped-defs
42-
- --follow-imports
43-
- skip
44-
files: pandas/

0 commit comments

Comments
 (0)