Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.pep8
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-09-06 12:22:34 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-06 12:22:34 +0300
commitfe3e8d7302c71db4b7eb092a57be8b95bf9187c7 (patch)
tree8f12436c92f4754221d876432b4191907824e80d /.pep8
parent79a70cfd61d3418f85318d3cc1eab68bbe7855a1 (diff)
Travis: add pep8 checks
Diffstat (limited to '.pep8')
-rw-r--r--.pep84
1 files changed, 4 insertions, 0 deletions
diff --git a/.pep8 b/.pep8
new file mode 100644
index 000000000..79a82a252
--- /dev/null
+++ b/.pep8
@@ -0,0 +1,4 @@
+[pep8]
+# E265 block comment should start with '# '
+# E501 line too long (X > 79 characters)
+ignore = E265,E501 \ No newline at end of file