Skip to content

Commit

Permalink
Add exclude example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Jul 30, 2024
1 parent 6f11292 commit 9976cc2
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 @@ -51,4 +51,4 @@ repos:
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]
exclude: (tests)
exclude: (tests|example.py)

0 comments on commit 9976cc2

Please sign in to comment.