From f1bdfd4c35fa7e9eb964fc7073a08bfc0596ff50 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 29 Jun 2013 21:04:05 +0200 Subject: ignore some pep8 warnings --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3