Skip to content

Commit f0dc165

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 242f38b commit f0dc165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ exclude_lines = [
147147
]
148148

149149
[tool.ruff]
150-
target-version = "py38"
150+
target-version = "py39"
151151

152152
[tool.ruff.lint]
153153
select = [

0 commit comments

Comments
 (0)