Skip to content

Commit 9922b17

Browse files
committed
Provide a URL that indicates the reasoning behind ignoring Flake8’s W503
1 parent ea2a4ce commit 9922b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[pytest]
22
doctest_optionflags = ALLOW_UNICODE ALLOW_BYTES
33
flake8-ignore =
4-
W503
4+
W503 # https://www.flake8rules.com/rules/W503.html
55

66
docs/conf.py E121 E122 E265 E401 E501
77
tests/test_encoding.py E128 E221 E241 E302 E401 E501 E731

0 commit comments

Comments
 (0)