Skip to content

Commit

Permalink
Let mypy check Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 7, 2023
1 parent 53c108c commit 349695d
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 @@ -104,7 +104,7 @@ known-third-party = [

[tool.mypy]
allow_redefinition = true
exclude = "properties|asv_bench|doc|tests|flycheck"
exclude = "properties|asv_bench|doc|flycheck"
files = "flox/*.py"
show_error_codes = true
warn_unused_ignores = true
Expand Down

0 comments on commit 349695d

Please sign in to comment.