Skip to content

Commit 004d3e3

Browse files
committed
Run mypy in strict mode
1 parent 606e8f3 commit 004d3e3

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
@@ -43,6 +43,9 @@ source = "vl8"
4343
fail_under = "60"
4444
skip_covered = "True"
4545
exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
46+
47+
[tool.mypy]
48+
strict = true
4649
[build-system]
4750
requires = ["poetry-core"]
4851
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)