Skip to content

Commit b2d345b

Browse files
committed
build(pyproject): Add strict mypy checking
1 parent b765c60 commit b2d345b

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
@@ -98,6 +98,9 @@ coverage = ["codecov", "coverage", "pytest-cov"]
9898
format = ["black", "isort"]
9999
lint = ["flake8", "mypy"]
100100

101+
[tool.mypy]
102+
strict = true
103+
101104
[build-system]
102105
requires = ["poetry_core>=1.0.0", "setuptools>50"]
103106
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)