From 62059c27f334ee4c6ce8fce30b0bbbd3094bad64 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 16 Feb 2019 18:00:10 +0100 Subject: Use per-file-ignores built into the new flake8 --- .flake8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 7a783a4b0..04c491bf2 100644 --- a/.flake8 +++ b/.flake8 @@ -46,12 +46,11 @@ ignore = min-version = 3.4.0 max-complexity = 12 per-file-ignores = - /qutebrowser/api/hook.py : N801 - /tests/**/*.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 - /scripts/dev/ci/appveyor_install.py : FI53 + qutebrowser/api/hook.py : N801 + tests/* : D100,D101 + tests/unit/browser/test_history.py : D100,D101,N806 + tests/helpers/fixtures.py : D100,D101,N806 + tests/unit/browser/webkit/http/test_content_disposition.py : D100,D101,D400 copyright-check = True copyright-regexp = # Copyright [\d-]+ .* copyright-min-file-size = 110 -- cgit v1.2.3-54-g00ecf