summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-11-08 07:07:17 +0100
committerFlorian Bruhin <git@the-compiler.org>2016-11-08 07:07:17 +0100
commit7e6edaf93deea99871499e51f7a3c59bb6e9b039 (patch)
treee15d4ae0b5601e8ce64227d9cdd9f6d792d7a1ac /.flake8
parent39b3bfba931cefe3172c3ddcd5dcd887fc7d357f (diff)
downloadqutebrowser-7e6edaf93deea99871499e51f7a3c59bb6e9b039.tar.gz
qutebrowser-7e6edaf93deea99871499e51f7a3c59bb6e9b039.zip
flake8: Get rid of 'hacking' plugin
It doesn't seem to be intended to be used outside OpenStack, and I'm not sure if it even works properly in our setup...
Diffstat (limited to '.flake8')
-rw-r--r--.flake88
1 files changed, 1 insertions, 7 deletions
diff --git a/.flake8 b/.flake8
index 477271f29..0265c969b 100644
--- a/.flake8
+++ b/.flake8
@@ -23,18 +23,12 @@ exclude = .*,__pycache__,resources.py
# D402: First line should not be function's signature (false-positives)
# D403: First word of the first line should be properly capitalized
# (false-positives)
-# H101: Use TODO(NAME)
-# H201: bare except
-# H238: Use new-stule classes
-# H301: one import per line
-# H306: imports not in alphabetical order
ignore =
E128,E226,E265,E501,E402,E266,E731,
F401,
N802,
P101,P102,P103,
- D102,D103,D104,D105,D209,D211,D402,D403,
- H101,H201,H238,H301,H306
+ D102,D103,D104,D105,D209,D211,D402,D403
min-version = 3.4.0
max-complexity = 12
putty-auto-ignore = True