summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r--pylint/utils/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py
index 8243bc322..25b0ad3f1 100644
--- a/pylint/utils/utils.py
+++ b/pylint/utils/utils.py
@@ -59,7 +59,7 @@ GLOBAL_OPTION_PATTERN = Literal[
"ignored-argument-names",
"mixin-class-rgx",
]
-GLOBAL_OPTION_PATTERN_LIST = Literal["ignore-paths"]
+GLOBAL_OPTION_PATTERN_LIST = Literal["exclude-too-few-public-methods", "ignore-paths"]
GLOBAL_OPTION_TUPLE_INT = Literal["py-version"]
GLOBAL_OPTION_NAMES = Union[
GLOBAL_OPTION_BOOL,