mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Enfore PEP8 checking in ACME
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e # Fail fast
|
||||
|
||||
# PEP8 is not ignored in ACME
|
||||
pep8 acme
|
||||
|
||||
pep8 \
|
||||
setup.py \
|
||||
acme \
|
||||
letsencrypt \
|
||||
letsencrypt-apache \
|
||||
letsencrypt-nginx \
|
||||
|
||||
Reference in New Issue
Block a user