Skip to content

Commit 911e5ec

Browse files
committed
Run mypy in strict mode
1 parent 0e2cd0b commit 911e5ec

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
@@ -32,6 +32,9 @@ source = "backer/"
3232
[tool.coverage.report]
3333
fail_under = "50"
3434
skip_covered = "True"
35+
36+
[tool.mypy]
37+
strict = true
3538
[build-system]
3639
requires = ["poetry-core"]
3740
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)