mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +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
|
||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
set -e # Fail fast
|
set -e # Fail fast
|
||||||
|
|
||||||
# PEP8 is not ignored in ACME
|
# PEP8 is not ignored in ACME
|
||||||
pep8 acme
|
pep8 --config=acme/.pep8 acme
|
||||||
|
|
||||||
pep8 \
|
pep8 \
|
||||||
setup.py \
|
setup.py \
|
||||||
|
|||||||
Reference in New Issue
Block a user