mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
For some use cases we still want python 3.7 compat so let's default to that and only target python 3.9 in a few specific cases.
12 lines
240 B
TOML
12 lines
240 B
TOML
target-version = "py37"
|
|
line-length = 109
|
|
lint.select = ["E", "F", "I", "UP"]
|
|
|
|
[format]
|
|
quote-style = "single"
|
|
|
|
[per-file-target-version]
|
|
"src/ukify/*.py" = "py39"
|
|
"test/**/integration-test-wrapper.py" = "py39"
|
|
"test/test-udev.py" = "py39"
|