Skip to content

Commit

Permalink
Add mypy config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gimppa committed Aug 23, 2023
1 parent 152a4a6 commit 319d950
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ path = "metadata_backend/__init__.py"

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]

[tool.mypy]
strict = true
ignore_missing_imports = true
follow_imports = "silent"
namespace_packages = false
strict_optional = false

0 comments on commit 319d950

Please sign in to comment.