Skip to content

Commit bcbf310

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 f8c19c9 commit bcbf310

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
@@ -126,6 +126,7 @@ build-backend = "hatchling.build"
126126

127127
[tool.mypy]
128128
strict = true
129+
python_version = "3.9"
129130
files = [
130131
"src/",
131132
"tests/",

0 commit comments

Comments
 (0)