From 4f559d8cc7733f233a38039c4ea089371151a74f Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 8 Mar 2019 12:19:11 -0800 Subject: [PATCH] TrivialFix: Remove trailing whitespace in tox.ini Was probably introduced by accident in [1]. Don't need it anymore. [1] I890ba4c54b0da10060767620ff5ff7e480d79a9c Change-Id: Ib6fdb8c1488dde2308d8cc8bb3e79e1280d3e812 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc3b807d27..41aa87ea0b 100644 --- a/tox.ini +++ b/tox.ini @@ -126,7 +126,7 @@ commands = alembic -c manila/db/migrations/alembic.ini revision -m ""{posargs} [flake8] # Following checks are ignored on purpose: -ignore = +ignore = builtins = _ # [H106] Don't put vim configuration in source files. # [H203] Use assertIs(Not)None to check for None.