summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-02 15:08:30 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-02 15:10:56 +0200
commitd90726a1eb1058d88f328b063e5d062198f9ca0c (patch)
treed8d7cd5551b0e67c22d2419a017c13db736e5d3f /tox.ini
parent8433aba4d6b5925fa8fb223d51a816ff541f1f2f (diff)
downloadoslo-utils-d90726a1eb1058d88f328b063e5d062198f9ca0c.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I3f23bf09ef24fe34e128102c34382da98e10f5c1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index abffbe1..7297a5a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,8 @@ commands = bandit -r oslo_utils -x tests -n5
[flake8]
# E731 skipped as assign a lambda expression
-ignore = E123,E731,H405
+# W504 line break after binary operator
+ignore = E123,E731,H405,W504
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py