We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00419b0 commit c4c86c9Copy full SHA for c4c86c9
pyproject.toml
@@ -187,6 +187,7 @@ exclude = ["src/cmake/_version.py"]
187
flake8-unused-arguments.ignore-variadic-names = true
188
189
[tool.ruff.lint.per-file-ignores]
190
+"_build_backend/backend.py" = ["PLC0415"]
191
"docs/conf.py" = ["E402"]
192
"*.pyi" = ["ARG001"]
193
"noxfile.py" = ["PLW0603"]
0 commit comments