Skip to content

Commit 4e26f6f

Browse files
MNT: Apply Repo-Review suggestion MY101
MY101: MyPy strict mode Must have `strict` in the mypy config. MyPy is best with strict or nearly strict configuration. If you are happy with the strictness of your settings already, ignore this check or set `strict = false` explicitly.
1 parent ddec715 commit 4e26f6f

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
@@ -172,6 +172,7 @@ python_version = "3.11"
172172
exclude = [
173173
"/tests",
174174
]
175+
strict = true
175176
warn_unreachable = true
176177
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
177178

0 commit comments

Comments
 (0)