Skip to content

Commit 5c1cc85

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ 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
67+
exclude: tests/testdata
6968
- repo: https://github.com/pre-commit/mirrors-prettier
7069
rev: v4.0.0-alpha.8
7170
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ always_false = [
7474
]
7575
disallow_any_decorated = true
7676
disallow_any_explicit = true
77+
follow_imports = "silent"
7778
scripts_are_modules = true
7879
show_error_codes = true
7980
strict = true

0 commit comments

Comments
 (0)