Add Ruff per-file-ignores

This commit is contained in:
awsr
2026-03-24 06:16:13 -07:00
parent 876e3b9897
commit a6f6a37dea
+3
View File
@@ -107,6 +107,9 @@ fixable = ["ALL"]
unfixable = []
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
[tool.ruff.lint.per-file-ignores]
"modules/caption/joytag.py" = ["RUF013"] # Per header comment: "Do not modify directly — sync from upstream"
[tool.ruff.format]
quote-style = "double"
indent-style = "space"