Files
systemd/ruff.toml

12 lines
240 B
TOML
Raw Permalink Normal View History

target-version = "py37"
2024-10-04 16:20:07 +02:00
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"
[per-file-target-version]
"src/ukify/*.py" = "py39"
"test/**/integration-test-wrapper.py" = "py39"
"test/test-udev.py" = "py39"