mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Separate pep8 config for acme.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[pep8]
|
||||
# E265 block comment should start with '# '
|
||||
# E501 line too long (X > 79 characters)
|
||||
ignore = E265,E501
|
||||
Reference in New Issue
Block a user