You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help": "List of comma separated words that should not be considered directives if they appear and the beginning of a comment and should not be checked.",
# A ``Filter`` cannot determine if the directive is at the beginning of a line, nor determine if a colon is present or not (``pyenchant`` strips trailing colons). So implementing this here.
336
-
foriter_directivein (
337
-
"fmt: on",
338
-
"fmt: off",
339
-
"noqa:",
340
-
"noqa",
341
-
"nosec",
342
-
"isort:skip",
343
-
"mypy:",
344
-
):
351
+
# A ``Filter`` cannot determine if the directive is at the beginning of a line,
352
+
# nor determine if a colon is present or not (``pyenchant`` strips trailing colons).
0 commit comments