From: Olof-Joachim Frahm Date: Sun, 11 Jan 2015 16:12:34 +0000 (+0000) Subject: Check for additional PEP8 problems. X-Git-Tag: 0.1.0~2^2~23 X-Git-Url: http://repo.macrolet.net/gitweb/?p=crypto-install.git;a=commitdiff_plain;h=20796adb638331e6bb48562405c83dc95114fb93 Check for additional PEP8 problems. --- diff --git a/setup.cfg b/setup.cfg index ec36dcd..ead359c 100644 --- 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