summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-09-21 10:55:40 +0100
committerStephen Finucane <stephen@that.guru>2017-09-26 15:43:45 +0100
commit5e1af8df773f09f2abb93129ca9b48d59e0a4a38 (patch)
tree90693060505316e327bbc0c1ca38794f65aa1f50 /setup.cfg
parent5cfefdf2c14e405d706fcdd09c36c2afabb5207c (diff)
downloadsphinx-git-5e1af8df773f09f2abb93129ca9b48d59e0a4a38.tar.gz
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 <stephen@that.guru>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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