Skip to content

Commit 7702b91

Browse files
committed
tmp: set [tool.mypy] attributre strict = true
1 parent 85dbfd4 commit 7702b91

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
@@ -62,6 +62,7 @@ disallow_incomplete_defs = true
6262
disallow_untyped_calls = true
6363
disallow_untyped_defs = true
6464
exclude = [ 'examples', 'tests' ]
65+
strict = true
6566

6667

6768
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)