Skip to content

Commit 1a35fd4

Browse files
committed
Remove blanket mypy exclusion from pre-commit config
1 parent 288935e commit 1a35fd4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ repos:
6262
entry: mypy
6363
language: python
6464
types: [python]
65-
args: []
6665
require_serial: true
6766
additional_dependencies: ["types-typed-ast"]
68-
exclude: tests/testdata| # exclude everything, we're not ready
6967
- repo: https://github.com/pre-commit/mirrors-prettier
7068
rev: v4.0.0-alpha.8
7169
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ python_version = "3.9"
6666
files = [
6767
"astroid/interpreter/_import/",
6868
]
69+
exclude = "tests/testdata/"
6970
always_false = [
7071
"PY310_PLUS",
7172
"PY311_PLUS",

0 commit comments

Comments
 (0)