summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-02 18:05:58 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 12:04:59 +0100
commite4a667e06e120f10c69259a2ace26804f3c9deb5 (patch)
tree986de505fe82cd6b9c9cf1e0138771941929abf0
parent543390c47afab6b68d340bc2c2569485ce1a91f7 (diff)
downloadqutebrowser-e4a667e06e120f10c69259a2ace26804f3c9deb5.tar.gz
qutebrowser-e4a667e06e120f10c69259a2ace26804f3c9deb5.zip
pylint: Disable use-implicit-booleaness-not-comparison in tests
-rw-r--r--scripts/dev/run_pylint_on_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/run_pylint_on_tests.py b/scripts/dev/run_pylint_on_tests.py
index 02033d37b..28c6e32c9 100644
--- a/scripts/dev/run_pylint_on_tests.py
+++ b/scripts/dev/run_pylint_on_tests.py
@@ -59,6 +59,7 @@ def main():
'len-as-condition',
'compare-to-empty-string',
'pointless-statement',
+ 'use-implicit-booleaness-not-comparison',
# directories without __init__.py...
'import-error',
# tests/helpers imports