summaryrefslogtreecommitdiffhomepage
path: root/.pep8
diff options
context:
space:
mode:
Diffstat (limited to '.pep8')
-rw-r--r--.pep83
1 files changed, 3 insertions, 0 deletions
diff --git a/.pep8 b/.pep8
new file mode 100644
index 00000000..784ed421
--- /dev/null
+++ b/.pep8
@@ -0,0 +1,3 @@
+[pep8]
+# E501: Limit all lines to a maximum of 79 characters.
+ignore = E501