mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
nit: fix missing EOF newline
This commit is contained in:
parent
fe3e8d7302
commit
6fab6c80b6
1 changed files with 1 additions and 1 deletions
2
.pep8
2
.pep8
|
|
@ -1,4 +1,4 @@
|
|||
[pep8]
|
||||
# E265 block comment should start with '# '
|
||||
# E501 line too long (X > 79 characters)
|
||||
ignore = E265,E501
|
||||
ignore = E265,E501
|
||||
|
|
|
|||
Loading…
Reference in a new issue