From 51318d66c84d30d6d071d571b2eb30bacb1912a4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 20 Mar 2018 06:54:04 +0100 Subject: Fix ignore for new flake8-per-file-ignores release --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 5b0360ab7..8828a3aa8 100644 --- a/.flake8 +++ b/.flake8 @@ -44,7 +44,7 @@ ignore = min-version = 3.4.0 max-complexity = 12 per-file-ignores = - /tests/*/test_*.py : D100,D101,D401 + /tests/**/test_*.py : D100,D101,D401 /tests/unit/browser/test_history.py : N806 /tests/helpers/fixtures.py : N806 /tests/unit/browser/webkit/http/test_content_disposition.py : D400 -- cgit v1.2.3-54-g00ecf