From 0a0c99a42aacf3fbdf25a7b9fafc826103d986b0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 27 Mar 2020 19:05:15 +0100 Subject: 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 Change-Id: I8bca364fdc4c09cbd34127de10fa31da47078b4f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 216edd0..2d9c718 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ commands = [flake8] show-source = True -ignore = H405 +ignore = H405,W504 exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build [hacking] -- cgit v1.2.1