Skip to content

Commit 89b7287

Browse files
clbarnesmhils
authored andcommitted
Set ruff target-version to py310
1 parent ca66348 commit 89b7287

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.11
1+
3.14.0

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)