Skip to content

Commit 38d336c

Browse files
committed
Fix in pyproject.toml
1 parent 4484989 commit 38d336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ norecursedirs = [
187187
]
188188

189189
[tool.mypy]
190-
python_version = 3.10
190+
python_version = "3.10"
191191
show_error_codes = true
192192
follow_imports = "silent"
193193
ignore_missing_imports = true

0 commit comments

Comments
 (0)