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 1a35fd4Copy full SHA for 1a35fd4
.pre-commit-config.yaml
@@ -62,10 +62,8 @@ 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
69
- repo: https://github.com/pre-commit/mirrors-prettier
70
rev: v4.0.0-alpha.8
71
hooks:
pyproject.toml
@@ -66,6 +66,7 @@ python_version = "3.9"
files = [
"astroid/interpreter/_import/",
]
+exclude = "tests/testdata/"
always_false = [
"PY310_PLUS",
72
"PY311_PLUS",
0 commit comments