Skip to content

Commit 949e317

Browse files
bjoernricksgreenbonebot
authored andcommitted
Fix: Support Python 3.9 and 3.10 for linting too
Run the linter with Python >= 3.9 as the target. This wasn't an issue yet but might have caused problems with running ruff with older Python version ins future. Until the end of the year we still support Python 3.9.
1 parent 3a80950 commit 949e317

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
@@ -63,7 +63,7 @@ exclude = '''
6363

6464
[tool.ruff]
6565
line-length = 80
66-
target-version = "py311"
66+
target-version = "py39"
6767

6868
[tool.ruff.lint]
6969
extend-select = ["I", "PLE", "PLW"]

0 commit comments

Comments
 (0)