Skip to content

Commit db16f42

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
args: []
6666
require_serial: true
6767
additional_dependencies: ["types-typed-ast"]
68-
exclude: tests/testdata| # exclude everything, we're not ready
68+
exclude: tests/testdata
6969
- repo: https://github.com/pre-commit/mirrors-prettier
7070
rev: v4.0.0-alpha.8
7171
hooks:

0 commit comments

Comments
 (0)