Skip to content

Commit 6e09866

Browse files
committed
pyproject(tool.mypy[python_version]) Add 3.9
See also: https://mypy.readthedocs.io/en/stable/config_file.html#confval-python_version
1 parent f0dc165 commit 6e09866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ build-backend = "hatchling.build"
119119

120120
[tool.mypy]
121121
strict = true
122+
python_version = "3.9"
122123
files = [
123124
"src",
124125
"tests",

0 commit comments

Comments
 (0)