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 7507a2a
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 @@ -74,6 +74,7 @@ always_false = [
]
disallow_any_decorated = true
disallow_any_explicit = true
follow_imports = "silent"
scripts_are_modules = true
show_error_codes = true
strict = true
Expand Down

0 comments on commit 7507a2a

Please sign in to comment.