File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ docs = [
110110 "mkdocs-section-index ~=0.3.0",
111111]
112112typing = [
113- "mypy ~=1.17 .0",
113+ "mypy ~=1.18 .0",
114114 # add "*-stubs" and "types-*" packages here (">=0")
115115]
116116
@@ -172,10 +172,13 @@ run.omit = [
172172[tool.mypy]
173173files = ["src", "tests"]
174174mypy_path = "stubs"
175+ # ENABLE WHEN SCHEMA UPDATES: fixed_format_cache = true
175176# set the platform
176177python_version = "3.{{ python_min }}"
177- # enable checks [last updated: mypy 1.17 ]
178+ # enable checks [last updated: mypy 1.18 ]
178179strict = true
180+ # ENABLE WHEN SCHEMA UPDATES: strict_equality_for_none = true
181+ local_partial_types = true
179182disallow_any_unimported = true
180183warn_unreachable = true
181184disallow_any_explicit = true
You can’t perform that action at this time.
0 commit comments