Skip to content

Commit c884c1e

Browse files
committed
Add noqa rule for trailing whitespace
1 parent 0a6bcc9 commit c884c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment the code below
22
# for an example of code with a trailing whitespace:
33

4-
# x = 1 + 2 + \
4+
# x = 1 + 2 + \ # noqa w291
55
# 3 + 4
66

77
# print(x)

0 commit comments

Comments
 (0)