From e4a667e06e120f10c69259a2ace26804f3c9deb5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 2 Dec 2021 18:05:58 +0100 Subject: pylint: Disable use-implicit-booleaness-not-comparison in tests --- scripts/dev/run_pylint_on_tests.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf