Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ktns committed Mar 21, 2024
1 parent de50013 commit c81c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysen/ext/flake8_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def to_black_compatible(self) -> "Flake8Setting":
if not _contains(new.ignore, "E701"):
new.ignore.append("E701")
new._comments.append(
"# E704: black will collapse ... only functions etc. to a single line"
"# E701: black will collapse ... only functions etc. to a single line"
)

if not _contains(new.ignore, "E704"):
Expand Down

0 comments on commit c81c034

Please sign in to comment.