projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db68ba
)
Can no longer report all warnings, ignore W503
author
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 20:53:44 +0000
(15:53 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 20:53:44 +0000
(15:53 -0500)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index afefb81f30d702f2e64ac431276b29e559e6b3a7..3491f7a2d82b83c998a62b0bb3b44020b5e453df 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