Add Ruff per-file-ignores

pull/4706/head
awsr 2026-03-24 06:16:13 -07:00
parent 876e3b9897
commit a6f6a37dea
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

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"