Skip to content

Commit

Permalink
[spellcheck] Fix the spellcheck hopefully for all environments (#6827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 6, 2022
1 parent 64ee18d commit 3ac7d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylint/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _enable_all_extensions(run: Run, value: str | None) -> None:
PREPROCESSABLE_OPTIONS: dict[
str, tuple[bool, Callable[[Run, str | None], None], int]
] = { # pylint: disable=consider-using-namedtuple-or-dataclass
# pylint: disable=useless-suppression, wrong-spelling-in-comment
# Argparse by default allows abbreviations. It behaves differently
# if you turn this off, so we also turn it on. We mimic this
# by allowing some abbreviations or incorrect spelling here.
Expand Down

0 comments on commit 3ac7d11

Please # to comment.