summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 51c054a75..79c983f89 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,3 +5,9 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html
+
+[pep8]
+format = default
+exclude = lib
+ignore = W292,E261,E262,E302,E701
+max-line-length = 139 \ No newline at end of file