diff options
-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 |