diff --git a/black.py b/black.py index 3269322..c4b9132 100644 --- a/black.py +++ b/black.py @@ -1606,7 +1606,7 @@ def __attrs_post_init__(self) -> None: ALWAYS_NO_SPACE = CLOSING_BRACKETS | {token.COMMA, STANDALONE_COMMENT} -def whitespace(leaf: Leaf, *, complex_subscript: bool) -> str: # noqa C901 +def whitespace(leaf: Leaf, *, complex_subscript: bool) -> str: # noqa: C901 """Return whitespace prefix if needed for the given `leaf`. `complex_subscript` signals whether the given leaf is part of a subscription