Skip to content

Commit 7c15713

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-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:

0 commit comments

Comments
 (0)