Skip to content

Commit

Permalink
Expand type checking in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Jan 22, 2025
1 parent 9051d9e commit 30481f5
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 @@ -29,7 +29,7 @@ repos:
rev: 'v1.14.1'
hooks:
- id: mypy
exclude: "examples|venv|ci|docs|conftest.py"
exclude: "examples|venv|ci|docs"
additional_dependencies: [types-pyyaml>=6.0]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
Expand Down

0 comments on commit 30481f5

Please sign in to comment.