Skip to content

Commit

Permalink
DEV: Exclude tests from mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 7, 2023
1 parent ba9491c commit 025f97a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ disallow_incomplete_defs = true
warn_redundant_casts = true
warn_unused_ignores = true
warn_unused_configs = true
exclude = ['venv', '.venv', 'tests', 'make_release.py']

0 comments on commit 025f97a

Please sign in to comment.