We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b528be6 commit 08bcea6Copy full SHA for 08bcea6
.pre-commit-config.yaml
@@ -30,15 +30,3 @@ repos:
30
- id: isort
31
language: python_venv
32
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