Skip to content

Commit c4c86c9

Browse files
committed
Update pyproject.toml
1 parent 00419b0 commit c4c86c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ exclude = ["src/cmake/_version.py"]
187187
flake8-unused-arguments.ignore-variadic-names = true
188188

189189
[tool.ruff.lint.per-file-ignores]
190+
"_build_backend/backend.py" = ["PLC0415"]
190191
"docs/conf.py" = ["E402"]
191192
"*.pyi" = ["ARG001"]
192193
"noxfile.py" = ["PLW0603"]

0 commit comments

Comments
 (0)