Skip to content

Commit c6cd862

Browse files
committed
Run mypy in strict mode
1 parent 61a0fbe commit c6cd862

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
@@ -34,6 +34,9 @@ flake8 = "*"
3434
pytest = "*"
3535
impall = "*"
3636

37+
38+
[tool.mypy]
39+
strict = true
3740
[build-system]
3841
requires = ["poetry-core"]
3942
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)