diff options
author | 2013-06-29 21:04:05 +0200 | |
---|---|---|
committer | 2013-06-29 21:04:05 +0200 | |
commit | f1bdfd4c35fa7e9eb964fc7073a08bfc0596ff50 (patch) | |
tree | 5f007294175f06ab86e55f886e42bb0695c73c19 | |
parent | correct pep8 output format (diff) | |
download | pyload-f1bdfd4c35fa7e9eb964fc7073a08bfc0596ff50.tar.xz |
ignore some pep8 warnings
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |