Skip to content

Commit d1b8f80

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 50f4d20 commit d1b8f80

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
@@ -153,6 +153,7 @@ exclude_lines = [
153153

154154
[tool.mypy]
155155
strict = true
156+
python_version = "3.9"
156157
files = [
157158
"src/",
158159
"tests/",

0 commit comments

Comments
 (0)