summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c8c23fbaf..79c983f89 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,7 @@ all_files = 1
upload-dir = doc/_build/html
[pep8]
+format = default
exclude = lib
-format = default \ No newline at end of file
+ignore = W292,E261,E262,E302,E701
+max-line-length = 139 \ No newline at end of file