Skip to content

Commit cb9e76f

Browse files
committed
Fix toml
1 parent a4c1b21 commit cb9e76f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ target-version = ['py310', 'py311', 'py312', 'py313']
109109
[tool.ruff]
110110
line-length = 105 # more lenient than black due to long function signatures
111111
src = ["rustworkx", "setup.py", "tests"]
112-
target-version = "py39"
113112
extend-exclude = ["doc"]
113+
target-version = "py310"
114114

115115
[tool.ruff.lint]
116116
select = [
@@ -120,8 +120,6 @@ select = [
120120
"PYI", # flake8-pyi
121121
"Q", # flake8-quotes
122122
]
123-
target-version = "py310"
124-
extend-exclude = ["doc"]
125123

126124
[tool.ruff.lint.per-file-ignores]
127125
"rustworkx/__init__.py" = ["F405", "F403"]

0 commit comments

Comments
 (0)