From 76b853836801188667cf47f45b45493ef27d178c Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 1 May 2022 19:56:15 +0200 Subject: Disable fixme for internal uses before we make it optional in #3512 (#6482) --- pylint/config/option_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/config/option_parser.py') diff --git a/pylint/config/option_parser.py b/pylint/config/option_parser.py index bbed68036..b58fad3a4 100644 --- a/pylint/config/option_parser.py +++ b/pylint/config/option_parser.py @@ -19,7 +19,7 @@ def _level_options(group, outputlevel): class OptionParser(optparse.OptionParser): def __init__(self, option_class, *args, **kwargs): - # TODO: 3.0: Remove deprecated class # pylint: disable=fixme + # TODO: 3.0: Remove deprecated class warnings.warn( "OptionParser has been deprecated and will be removed in pylint 3.0", DeprecationWarning, -- cgit v1.2.1