From 6435337f03112734205da9144558c06da3864473 Mon Sep 17 00:00:00 2001 From: Prabhjyot Singh Sodhi Date: Thu, 19 Mar 2015 19:02:32 +0530 Subject: [PATCH] Removes from tox.ini flake configuration _ as builtin and Fix all bugs Fixes #1432898 Change-Id: Ib879d0b515366b143b6c0dbb8b0a848dcd6d292a --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c755e6dc..0d03d172 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,6 @@ downloadcache = ~/cache/pip [flake8] ignore = E126,H703 show-source = true -builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,setup.py [hacking]