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 e6614e2 commit 02a77e0Copy full SHA for 02a77e0
pyproject.toml
@@ -122,3 +122,8 @@ ignore = [
122
"ISC001", # Conflicts with formatter
123
"PLR", # Design related pylint codes
124
]
125
+
126
+[tool.ruff.lint.per-file-ignores]
127
+"src/auditwheel/main_lddtree.py" = ["PLC0415"]
128
+"src/auditwheel/main_repair.py" = ["PLC0415"]
129
+"src/auditwheel/main_show.py" = ["PLC0415"]
0 commit comments