From 5e1af8df773f09f2abb93129ca9b48d59e0a4a38 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 21 Sep 2017 10:55:40 +0100 Subject: setup.cfg: Ignore .venv We started ignoring this file from Git in commit 75154196b. Now do the same for flake8. Signed-off-by: Stephen Finucane --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e0312ce00..90c531bf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ universal = 1 [flake8] max-line-length = 95 ignore = E116,E241,E251 -exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py +exclude = .git,.tox,.venv,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py [build_sphinx] warning-is-error = 1 -- cgit v1.2.1