Skip to content

Commit b81e4ff

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 14411e2 commit b81e4ff

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)