mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
* Isort execution * Fix pylint, adapt coverage * New isort * Fix magic_typing lint * Second round * Fix pylint * Third round. Store isort configuration * Fix latest mistakes * Other fixes * Add newline * Fix lint errors
7 lines
147 B
INI
7 lines
147 B
INI
[settings]
|
|
skip_glob=venv*
|
|
skip=letsencrypt-auto-source
|
|
force_sort_within_sections=True
|
|
force_single_line=True
|
|
order_by_type=False
|
|
line_length=400
|