diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-04-13 21:10:52 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-04-13 21:12:58 +0200 |
commit | 7c4e4a58183017b898f228fc4b3d765925fbed89 (patch) | |
tree | bd251fe66b69c201efc75ebf27e0d0907eda05bb /.flake8 | |
parent | 1d0f187fab71a8817d2a68e94788b1c9e80462a7 (diff) | |
download | qutebrowser-7c4e4a58183017b898f228fc4b3d765925fbed89.tar.gz qutebrowser-7c4e4a58183017b898f228fc4b3d765925fbed89.zip |
Adjust flake8 config
Since we now ignore this on a per-file level for pylint, we need to do the
same for flake8 too.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,9 +35,9 @@ max-complexity = 12 putty-auto-ignore = True putty-ignore = /# pylint: disable=invalid-name/ : +N801,N806 - /# pylint: disable=wildcard-import/ : +F403 /# pragma: no mccabe/ : +C901 tests/*/test_*.py : +D100,D101,D401 + tests/conftest.py : +F403 tests/unit/browser/webkit/test_history.py : +N806 tests/helpers/fixtures.py : +N806 tests/unit/browser/webkit/http/test_content_disposition.py : +D400 |