diff --git a/pyproject.toml b/pyproject.toml index dda2231..29cdc8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,13 @@ profile = "black" [tool.pylint."MESSAGES CONTROL"] max-line-length = 120 +[mypy] +truethy-bool = True + [build-system] requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" - - [tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = "text/markdown" fragments = [{ path = "README.md" }]