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 9a355b7 commit 41db8b5Copy full SHA for 41db8b5
.flake8
@@ -5,6 +5,8 @@
5
6
[flake8]
7
doctests = True
8
+per-file-ignores =
9
+ test/test_upload_mock.py:E501
10
ignore =
11
E741,
12
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
0 commit comments