projects
/
keymanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae0b53
)
[tests] add pep8/flake8 ignores
author
Kali Kaneko
<kali@leap.se>
Mon, 17 Aug 2015 23:20:58 +0000
(19:20 -0400)
committer
Kali Kaneko
<kali@leap.se>
Mon, 17 Aug 2015 23:20:58 +0000
(19:20 -0400)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index
c71bffa
..
51070c6
100644
(file)
--- a/
setup.cfg
+++ b/
setup.cfg
@@
-1,2
+1,10
@@
[aliases]
test = trial
+
+[pep8]
+exclude = versioneer.py,_version.py,*.egg,build,docs
+ignore = E731
+
+[flake8]
+exclude = versioneer.py,_version.py,*.egg,build,docs
+ignore = E731