summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-04 13:41:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-06 22:27:46 +0200
commit3ac7d11eaa0b76dad53785bf2efe0acb8bf36429 (patch)
treebf880073ac38651165602bdd2e6298cc8262be33
parent64ee18d0e269f1b7d97b74b1f1fc773d1487d289 (diff)
downloadpylint-git-3ac7d11eaa0b76dad53785bf2efe0acb8bf36429.tar.gz
[spellcheck] Fix the spellcheck hopefully for all environments (#6827)
-rw-r--r--pylint/config/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/config/utils.py b/pylint/config/utils.py
index 10bd1a30a..a5d7b4d3d 100644
--- a/pylint/config/utils.py
+++ b/pylint/config/utils.py
@@ -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.