Skip to content

Commit 5d57c92

Browse files
committed
ci(mypy): Add strict mypy by default (904 errors in 54 files)
1 parent aef137f commit 5d57c92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ lint = [
124124
requires = ["poetry_core>=1.0.0"]
125125
build-backend = "poetry.core.masonry.api"
126126

127+
[tool.mypy]
128+
strict = true
129+
127130
[[tool.mypy.overrides]]
128131
module = [
129132
"kaptan",

0 commit comments

Comments
 (0)