Skip to content

Commit

Permalink
Remove blanket mypy exclusion from pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
correctmost committed Aug 28, 2024
1 parent 288935e commit 1a35fd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ repos:
entry: mypy
language: python
types: [python]
args: []
require_serial: true
additional_dependencies: ["types-typed-ast"]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ python_version = "3.9"
files = [
"astroid/interpreter/_import/",
]
exclude = "tests/testdata/"
always_false = [
"PY310_PLUS",
"PY311_PLUS",
Expand Down

0 comments on commit 1a35fd4

Please sign in to comment.