mirror of
https://github.com/Screenly/Anthias.git
synced 2026-06-10 09:08:09 -04:00
14 lines
415 B
TOML
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"
|