1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-18 10:04:04 +03:00
systemd/ruff.toml

7 lines
111 B
TOML
Raw Normal View History

2024-10-04 16:20:07 +02:00
target-version = "py39"
line-length = 109
2024-10-04 16:38:07 +02:00
lint.select = ["E", "F", "I", "UP"]
2024-10-04 16:20:07 +02:00
[format]
quote-style = "single"