Skip to content

Commit 7b94ee8

Browse files
committed
ci(mypy): Add strict mypy by default (904 errors in 54 files)
1 parent ee35382 commit 7b94ee8

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
@@ -115,6 +115,9 @@ lint = ["flake8", "mypy", "types-colorama", "types-docutils"]
115115
requires = ["poetry_core>=1.0.0"]
116116
build-backend = "poetry.core.masonry.api"
117117

118+
[tool.mypy]
119+
strict = true
120+
118121
[[tool.mypy.overrides]]
119122
module = [
120123
"kaptan",

0 commit comments

Comments
 (0)