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 288935e commit 5c1cc85Copy full SHA for 5c1cc85
.pre-commit-config.yaml
@@ -62,10 +62,9 @@ repos:
62
entry: mypy
63
language: python
64
types: [python]
65
- args: []
66
require_serial: true
67
additional_dependencies: ["types-typed-ast"]
68
- exclude: tests/testdata| # exclude everything, we're not ready
+ exclude: tests/testdata
69
- repo: https://github.com/pre-commit/mirrors-prettier
70
rev: v4.0.0-alpha.8
71
hooks:
pyproject.toml
@@ -74,6 +74,7 @@ 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