projects
/
crypto-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af219c
)
Check for additional PEP8 problems.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Sun, 11 Jan 2015 16:12:34 +0000
(16:12 +0000)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Sun, 11 Jan 2015 16:12:34 +0000
(16:12 +0000)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/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