summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-07-21 14:55:50 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-07-21 14:55:50 +0200
commitac2553794c981366b5e752b652a58536f76e933e (patch)
tree6b49efd9254591d2bc1bbe657d4a120439061784 /.flake8
parentaabee4828ea4088cfbf10a92736e028aeeff3891 (diff)
downloadqutebrowser-ac2553794c981366b5e752b652a58536f76e933e.tar.gz
qutebrowser-ac2553794c981366b5e752b652a58536f76e933e.zip
flake8: Ignore all dotfiles
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 7027a4399..8fc9e3230 100644
--- a/.flake8
+++ b/.flake8
@@ -1,5 +1,5 @@
[flake8]
-exclude = .venv,.hypothesis,.git,__pycache__,resources.py
+exclude = .*,__pycache__,resources.py
# E128: continuation line under-indented for visual indent
# E226: missing whitespace around arithmetic operator
# E265: Block comment should start with '#'