Skip to content

Commit f2281db

Browse files
committed
Run mypy in strict mode
1 parent 392e627 commit f2281db

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
@@ -33,6 +33,9 @@ source = "timedata"
3333
[tool.coverage.report]
3434
fail_under = "58"
3535
skip_covered = "True"
36+
37+
[tool.mypy]
38+
strict = true
3639
[build-system]
3740
requires = ["poetry-core"]
3841
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)