mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
[pep8]
|
|
# E265 block comment should start with '# '
|
|
# E501 line too long (X > 79 characters)
|
|
ignore = E265,E501
|