From f3fd5ab4c0995ff5ed33370abad7bd9d79ce2abf Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 3 Jan 2021 22:29:18 +0100 Subject: Fix 'use-symbolic-message-instead' error in 'excess escape' --- tests/functional/e/excess_escapes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/e') diff --git a/tests/functional/e/excess_escapes.py b/tests/functional/e/excess_escapes.py index 6f506220b..9bdc5465f 100644 --- a/tests/functional/e/excess_escapes.py +++ b/tests/functional/e/excess_escapes.py @@ -1,4 +1,4 @@ -# pylint:disable=W0105, W0511, misplaced-comparison-constant, comparison-with-itself +# pylint:disable=pointless-string-statement, fixme, misplaced-comparison-constant, comparison-with-itself """Stray backslash escapes may be missing a raw-string prefix.""" __revision__ = '$Id$' -- cgit v1.2.1