summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-08-28 17:09:55 +0530
committervponomar <vponomar@redhat.com>2019-08-30 09:15:52 +0000
commitd4e92d0e0b4cde1209e54d3edc1cc6796cc858ef (patch)
tree51b8cdc24eeea6501df9cad3c1aa012e7c360073
parentfe9c6985ae1d557b12afee16f7fa80dcda88738f (diff)
Enable more pep8/flake8 rules
By default, lots of rules are disabled and we track them manually. So, fix it by setting explicit list of rules we skip. Set the only skipped rule as of now to the W503, which is opposite to the enabled W504. Change-Id: Ib4d17177ac0a5cd11d8ff389883dbf83743faf35
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f54daae9..86b65e13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,4 +57,5 @@ commands =
commands = {posargs}
[flake8]
+ignore = W503
exclude = .git,.tox,.venv,*egg,docs,examples,templates