We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3ce76 commit 279d2ccCopy full SHA for 279d2cc
.flake8
@@ -1,5 +1,6 @@
1
[flake8]
2
-ignore = W503, F811
+# F824 https://github.com/PyCQA/flake8/pull/1975
3
+ignore = W503, F811, F824
4
exclude =
5
tests/test_multipart.py
6
per-file-ignores =
0 commit comments