Skip to content

Commit

Permalink
#116: mypy: Enable checking tests/ by default
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryDiv committed Apr 30, 2024
1 parent 6ed2d4c commit 5f9864c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ write_to = "src/validataclass/_version.py"
version_scheme = "post-release"

[tool.mypy]
# TODO: Don't add tests permanently yet, there's too much that can't be fixed right now.
# files = ["src/", "tests/"]
files = "src/"
files = ["src/", "tests/"]
mypy_path = "src/"
explicit_package_bases = true

Expand Down

0 comments on commit 5f9864c

Please sign in to comment.