summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-04-24 09:53:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-04-24 09:53:41 +0200
commit9c6437b3b96515b1b9beaa2f540afe560ac9d50d (patch)
treee03b6203e911a62ebd3b2e18e0652fc7d123b939 /.flake8
parent486488e2cd74ecb90f73012fab0934fa12624f37 (diff)
downloadqutebrowser-9c6437b3b96515b1b9beaa2f540afe560ac9d50d.tar.gz
qutebrowser-9c6437b3b96515b1b9beaa2f540afe560ac9d50d.zip
Update comment
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 8828a3aa8..b927a80f0 100644
--- a/.flake8
+++ b/.flake8
@@ -32,7 +32,7 @@ exclude = .*,__pycache__,resources.py
# D403: First word of the first line should be properly capitalized
# (false-positives)
# D413: Missing blank line after last section (not in pep257?)
-# A003: Builtin name for class attribute (needed for attrs)
+# A003: Builtin name for class attribute (needed for overridden methods)
ignore =
B001,B008,B305,
E128,E226,E265,E501,E402,E266,E722,E731,