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 db16f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
args: []
require_serial: true
additional_dependencies: ["types-typed-ast"]
exclude: tests/testdata| # exclude everything, we're not ready
exclude: tests/testdata
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down

0 comments on commit db16f42

Please sign in to comment.