From db911fdb0ef2ddf51864712a40d6fac40cd4f86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 10 May 2022 23:33:32 +0200 Subject: Update all ``TODO: 2.14`` (#6573) --- pylint/config/callback_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/config') diff --git a/pylint/config/callback_actions.py b/pylint/config/callback_actions.py index c4aeb747b..15bea574a 100644 --- a/pylint/config/callback_actions.py +++ b/pylint/config/callback_actions.py @@ -261,7 +261,7 @@ class _GenerateRCFileAction(_AccessRunObjectAction): values: str | Sequence[Any] | None, option_string: str | None = "--generate-rcfile", ) -> None: - # TODO: 2.14: Deprecate this after discussion about this removal has been completed. + # TODO: 2.15: Deprecate this after discussion about this removal has been completed. with warnings.catch_warnings(): warnings.filterwarnings("ignore", category=DeprecationWarning) self.run.linter.generate_config(skipsections=("Commands",)) -- cgit v1.2.1