diff options
author | Florian Bruhin <git@the-compiler.org> | 2018-03-20 06:54:04 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2018-03-20 06:55:05 +0100 |
commit | 51318d66c84d30d6d071d571b2eb30bacb1912a4 (patch) | |
tree | 49d2731ed4ec8a68b0551de94b3c833fb16c31eb /.flake8 | |
parent | 59602ec5b5e4c6a667928394df7343c6f41b9722 (diff) | |
download | qutebrowser-51318d66c84d30d6d071d571b2eb30bacb1912a4.tar.gz qutebrowser-51318d66c84d30d6d071d571b2eb30bacb1912a4.zip |
Fix ignore for new flake8-per-file-ignores release
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |