mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
20 lines
467 B
TOML
20 lines
467 B
TOML
target-version = "py39"
|
|
line-length = 109
|
|
|
|
# This file is imported from an external project.
|
|
extend-exclude = ["tools/chromiumos/gen_autosuspend_rules.py"]
|
|
|
|
[lint]
|
|
select = ["E", "F", "I", "Q", "UP"]
|
|
# E501: line-too-long
|
|
ignore = ["E501"]
|
|
|
|
[format]
|
|
# The formatter prefers double quotes for multiline quotes,
|
|
# Hence, let's make the formatter not change quotations.
|
|
quote-style = "preserve"
|
|
|
|
[lint.flake8-quotes]
|
|
inline-quotes = "single"
|
|
multiline-quotes = "single"
|