projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe6707
)
Can no longer report all warnings, ignore W503
author
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 20:50:37 +0000
(15:50 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 20:50:37 +0000
(15:50 -0500)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index e051fb72e7250037ea9d13334c808adbf83db289..8f98b2879aee4d785d0584109d399dbb61bf82da 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-27,3
+27,4
@@
commands =
[flake8]
exclude = .tox,*.egg,build,data,devel
select = E,W,F
+ignore = W503