We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f88d1e commit 236ca09Copy full SHA for 236ca09
.pre-commit-config.yaml
@@ -58,14 +58,10 @@ repos:
58
rev: v1.11.2
59
hooks:
60
- id: mypy
61
- name: mypy
62
- entry: mypy
63
language: python
64
- types: [python]
65
- args: ["--config-file=pyproject.toml"]
+ pass_filenames: false
66
require_serial: true
67
additional_dependencies: ["types-typed-ast"]
68
- exclude: tests/testdata
69
- repo: https://github.com/pre-commit/mirrors-prettier
70
rev: v4.0.0-alpha.8
71
pyproject.toml
@@ -74,7 +74,6 @@ always_false = [
74
]
75
disallow_any_decorated = true
76
disallow_any_explicit = true
77
-follow_imports = "silent"
78
scripts_are_modules = true
79
show_error_codes = true
80
strict = true
0 commit comments