Files
certbot-certbot/.pep8
T

5 lines
111 B
Plaintext

[pep8]
# E265 block comment should start with '# '
# E501 line too long (X > 79 characters)
ignore = E265,E501