Skip to content

Commit

Permalink
Added the explicit_package_bases mypy option
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 18, 2024
1 parent dcce440 commit 38cc034
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 @@ -88,6 +88,7 @@ testpaths = ["tests"]
[tool.mypy]
python_version = "3.8"
strict = true
explicit_package_bases = true

[tool.coverage.run]
source = ["asphalt.serialization"]
Expand Down

0 comments on commit 38cc034

Please sign in to comment.