Skip to content

Commit 7c56ef9

Browse files
committed
Run mypy in strict mode
1 parent 245fcb3 commit 7c56ef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ line-length = 88
4949

5050
[tool.ruff.format]
5151
quote-style = "single"
52+
53+
[tool.mypy]
54+
strict = true
5255
[build-system]
5356
requires = ["poetry-core"]
5457
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)