Match Black's formatting of trailing comments containing NBSP (#7030)

This commit is contained in:
Chris Pryer 2023-09-01 08:52:59 -04:00 committed by GitHub
parent 60132da7bb
commit 0489bbc54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

View file

@ -65,11 +65,11 @@ i = "" #   type: Add space before leading NBSP followed by spaces
i = "" # type: A space is added
i = "" #   type: Add space before leading NBSP followed by a space
i = "" #  type: Add space before leading NBSP
i = "" #  type: Add space before two leading NBSP
i = "" #   type: Add space before two leading NBSP
# A noqa as `#\u{A0}\u{A0}noqa` becomes `# \u{A0}noqa`
i = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" # noqa
i = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" #  noqa
```