summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 21:04:05 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 21:04:05 +0200
commitf1bdfd4c35fa7e9eb964fc7073a08bfc0596ff50 (patch)
tree5f007294175f06ab86e55f886e42bb0695c73c19
parentcorrect pep8 output format (diff)
downloadpyload-f1bdfd4c35fa7e9eb964fc7073a08bfc0596ff50.tar.xz
ignore some pep8 warnings
-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