Skip to content

Commit

Permalink
test: exclude tests/ in mypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
TGoddessana committed Nov 19, 2023
1 parent 3423d18 commit cb1f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lines_after_imports = 2

[tool.mypy]
strict = true
exclude = ["tests"]
exclude = ["^tests"]
warn_unreachable = true
pretty = true
show_column_numbers = true
Expand Down

0 comments on commit cb1f195

Please sign in to comment.