Check for additional PEP8 problems.
[crypto-install.git] / 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