Skip to content

Commit f6a46a0

Browse files
committed
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 1045e61 commit f6a46a0

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)