From 13764be572f5571cec916d276933655a544a4810 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 15 Jan 2020 20:04:55 -0500 Subject: Don't run flake8 on tests/unit/compat Until we stop using the migration script, we cannot modify these files. So skip flake8 for now on them. Signed-off-by: Paul Belanger --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dd64055..3a6d05a 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,E402,W503 +ignore = E123,E125,E231,E402,W503 max-line-length = 160 builtins = _ -exclude = .git,.tox +exclude = .git,.tox,tests/unit/compat/ -- cgit v1.2.3