Skip to content

Commit

Permalink
Restore mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent b3dd1d0 commit 9b582c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ pattern = "default-unprefixed"
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.mypy]
namespace_packages = true
explicit_package_bases = true

0 comments on commit 9b582c8

Please sign in to comment.