summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-15 14:38:30 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-15 14:39:42 +0100
commitbb44f1d4cc3fc3fdccab2f39b2bf8f5617498775 (patch)
tree905ebf6577c554f9ffaa326ac05332b579abcd50 /.pylintrc
parente76732693c22529e156321cae501603a8ca12024 (diff)
downloadqutebrowser-bb44f1d4cc3fc3fdccab2f39b2bf8f5617498775.tar.gz
qutebrowser-bb44f1d4cc3fc3fdccab2f39b2bf8f5617498775.zip
Remove old pylint disables
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.pylintrc b/.pylintrc
index 241bd2d77..a6bebec71 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -38,10 +38,6 @@ disable=no-self-use,
wrong-import-position,
no-else-return,
logging-not-lazy,
- # https://github.com/PyCQA/pylint/issues/1698
- unsupported-membership-test,
- unsupported-assignment-operation,
- unsubscriptable-object,
too-many-boolean-expressions,
too-many-locals,
too-many-branches,