Skip to content

Commit 3cfd570

Browse files
lower python version in ruff rules
1 parent 12bf7d3 commit 3cfd570

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
@@ -47,7 +47,7 @@ disable = """
4747

4848
[tool.ruff]
4949
line-length = 79
50-
target-version = "py313"
50+
target-version = "py312"
5151

5252
[tool.ruff.lint]
5353
select = ["E", "F", "N", "Q"]

0 commit comments

Comments
 (0)