Check for additional PEP8 problems.
authorOlof-Joachim Frahm <olof@macrolet.net>
Sun, 11 Jan 2015 16:12:34 +0000 (16:12 +0000)
committerOlof-Joachim Frahm <olof@macrolet.net>
Sun, 11 Jan 2015 16:12:34 +0000 (16:12 +0000)
setup.cfg

index ec36dcd..ead359c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,4 @@
 [pep8]
 exclude = build
-ignore = E211,E251,E401
\ No newline at end of file
+select = E123,E226,E241,E242
+ignore = E211,E251,E401