/
githubmirror
/
certbot
Обзор
Документация
Войти
/
githubmirror
/
certbot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ruff.toml
14 строк
500 B
ohemorange
repin to sweep in latest updates (#10748)
06 авг 2026, 20:51
Не верифицирован
06 авг 2026, 20:51
41cc88a
Код
Авторство
О чём код?
line-length = 100 extend-exclude = ['tools', 'letstest'] [lint] # Revert default rules to pre-16.0.0 version. Expanding the list to match the new defaults is # tracked by https://github.com/certbot/certbot/issues/10749. select = ["E4", "E7", "E9", "F"] # Check for PEP 585 style annotations to prevent regressions in # https://github.com/certbot/certbot/issues/10195 extend-select = ["UP006"] # Skip bare `except` rules (`E722`). # Skip ambiguous variable name (`E741`). ignore = ["E722", "E741",]