We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a4ce commit 9922b17Copy full SHA for 9922b17
pytest.ini
@@ -1,7 +1,7 @@
1
[pytest]
2
doctest_optionflags = ALLOW_UNICODE ALLOW_BYTES
3
flake8-ignore =
4
- W503
+ W503 # https://www.flake8rules.com/rules/W503.html
5
6
docs/conf.py E121 E122 E265 E401 E501
7
tests/test_encoding.py E128 E221 E241 E302 E401 E501 E731
0 commit comments