diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-09-05 21:35:27 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-09-05 21:35:27 +0200 |
commit | 5fff70f87982f69e5eecfd6bd2e1966e75a659bc (patch) | |
tree | 4490fbb437f34de1b909619e56a37c0bbfd389b3 /.flake8 | |
parent | 1e0f97b64d78f2a81449270e9f7155945d4d73ce (diff) | |
download | qutebrowser-5fff70f87982f69e5eecfd6bd2e1966e75a659bc.tar.gz qutebrowser-5fff70f87982f69e5eecfd6bd2e1966e75a659bc.zip |
flake8: Disable invalid naming for some modules
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ putty-ignore = /# pylint: disable=wildcard-import/ : +F403 /# pragma: no mccabe/ : +C901 tests/*/test_*.py : +D100,D101,D401 + tests/unit/browser/webkit/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 copyright-check = True |