Skip to content

Commit 72ea209

Browse files
authored
Set ruff target-version to lowest supported python version (#880)
* Use the latest-patch lowest-supported python version * Set ruff target-version to py310
1 parent 2e0f891 commit 72ea209

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ignore_missing_imports = true
9898

9999
[tool.ruff]
100100
extend-exclude = ["test/testdata/demo.py"]
101+
target-version = "py310"
101102

102103
[tool.ruff.lint]
103104
select = ["E", "F", "I"]

0 commit comments

Comments
 (0)