mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
Add Ruff per-file-ignores
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user