Skip to content

Commit

Permalink
Enable truethy-bool in mypy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Mar 21, 2024
1 parent a6d4a82 commit 74fe49e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down

0 comments on commit 74fe49e

Please sign in to comment.