From ac2553794c981366b5e752b652a58536f76e933e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 21 Jul 2016 14:55:50 +0200 Subject: flake8: Ignore all dotfiles --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') 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 '#' -- cgit v1.2.3-54-g00ecf