summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 19:12:05 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 11:57:43 +0000
commit4e6fe7cf7d9cce02343ecf0d418ca388ecb2d84d (patch)
tree2c1520433135201107821a1736753297afc59329 /tox.ini
parentbf5b45ebba24b4c8737c3197f2cd65f84fd2448c (diff)
downloadoslo-db-4e6fe7cf7d9cce02343ecf0d418ca388ecb2d84d.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. blacklist: W504 line break after binary operator Fix: E305 expected 2 blank lines after class or function definition, found 1 Change-Id: I56d62f67914f07e7aef74f857c4b42e3bfd3416e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 89c4989..6c17635 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,7 +63,7 @@ commands =
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
-ignore = E123,E125
+ignore = E123,E125,W504
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build