Skip to content

Commit 7ad355c

Browse files
committed
Merge branch 'pixi-pyodide' into test-pyodide
2 parents 74a4b66 + cb9e76f commit 7ad355c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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,10 +120,10 @@ select = [
120120
"PYI", # flake8-pyi
121121
"Q", # flake8-quotes
122122
]
123-
per-file-ignores = {"rustworkx/__init__.py" = ["F405", "F403"], "*.pyi" = ["F403", "F405", "PYI001", "PYI002"]}
124-
target-version = "py310"
125-
extend-exclude = ["doc"]
126123

124+
[tool.ruff.lint.per-file-ignores]
125+
"rustworkx/__init__.py" = ["F405", "F403"]
126+
"*.pyi" = ["F403", "F405", "PYI001", "PYI002"]
127127

128128
[tool.typos.default]
129129
extend-ignore-words-re = [

0 commit comments

Comments
 (0)