Skip to content

Commit ef56c3c

Browse files
committed
disable pylint error
1 parent b0de1d5 commit ef56c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def _apply_transform(
133133
return default
134134

135135

136-
def _get_config_value( # pylint: disable=too-many-arguments
136+
def _get_config_value( # pylint: disable=too-many-arguments,too-many-positional-arguments
137137
key: str,
138138
default: Any,
139139
user_config: Dict[str, Any],

0 commit comments

Comments
 (0)