summaryrefslogtreecommitdiff
path: root/pylint/config
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-10 23:33:32 +0200
committerGitHub <noreply@github.com>2022-05-10 23:33:32 +0200
commitdb911fdb0ef2ddf51864712a40d6fac40cd4f86e (patch)
tree8d10eccc54b0911626d539ee839b3b9d90a6d098 /pylint/config
parent2dfff17ec794c9cc08eef19b288398e67bdcb239 (diff)
downloadpylint-git-db911fdb0ef2ddf51864712a40d6fac40cd4f86e.tar.gz
Update all ``TODO: 2.14`` (#6573)
Diffstat (limited to 'pylint/config')
-rw-r--r--pylint/config/callback_actions.py2
1 files changed, 1 insertions, 1 deletions
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",))