Skip to content

Commit

Permalink
exclude test files from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 26, 2023
1 parent 8fb9166 commit 04ac932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ disallow_any_generics = true
disallow_subclassing_any = true
exclude = [
"^docs/.*",
'^.*venv/.*',
"^.*venv/.*",
"^tests/.*"
]


Expand Down

0 comments on commit 04ac932

Please sign in to comment.