/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ruff.toml
19 строк
467 B
Jörg Behrmann
ci/linter: stop ignoring lambda assignment lint
18 май 2026, 03:43
18 май 2026, 03:43
76b5d77
Код
Авторство
О чём код?
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"