Skip to content

Commit 6824482

Browse files
Add a TODO for options_by_section
1 parent 76dfd98 commit 6824482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pylint/config/arguments_provider.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ def options_by_section(
162162
163163
(section, [list of (optname, optdict, optvalue)])
164164
"""
165+
# TODO 3.0: Make this function private see
166+
# https://github.com/PyCQA/pylint/pull/6665#discussion_r880143229
167+
# It's only used in '_get_global_options_documentation'
165168
warnings.warn(
166169
"options_by_section has been deprecated. It will be removed "
167170
"in a future release.",

0 commit comments

Comments
 (0)