Files
Anthias/ruff.toml
Viktor Petersson fb2d7900cf refactor: move webview/ into src/anthias_webview (#2896)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 10:56:07 +01:00

14 lines
415 B
TOML

line-length = 79
exclude = [
"src/anthias_server/app/migrations/*.py",
"src/anthias_server/api/migrations/*.py",
# Vendored verbatim from a pinned Yocto/poky upstream commit; see
# the file header. Reformatting would put the file off-pin and
# silently break the provenance comment.
"src/anthias_webview/sysroot-relativelinks.py",
]
target-version = "py313"
[format]
quote-style = "single"