Skip to content

Commit cdedb53

Browse files
committed
mypy: add strict = true
1 parent 04b889d commit cdedb53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ disallow_untyped_calls = true
203203
disallow_untyped_decorators = true
204204
disallow_untyped_defs = true
205205
no_implicit_optional = true
206+
strict = true
206207
warn_return_any = true
207208
warn_unreachable = true
208209
exclude = []

0 commit comments

Comments
 (0)