Skip to content

Commit fe63da4

Browse files
[spellcheck] Fix the spellcheck hopefully for all environments (#6827)
1 parent f388437 commit fe63da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint/config/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def _enable_all_extensions(run: Run, value: str | None) -> None:
203203
PREPROCESSABLE_OPTIONS: dict[
204204
str, tuple[bool, Callable[[Run, str | None], None], int]
205205
] = { # pylint: disable=consider-using-namedtuple-or-dataclass
206+
# pylint: disable=useless-suppression, wrong-spelling-in-comment
206207
# Argparse by default allows abbreviations. It behaves differently
207208
# if you turn this off, so we also turn it on. We mimic this
208209
# by allowing some abbreviations or incorrect spelling here.

0 commit comments

Comments
 (0)