Skip to content

Commit 279d2cc

Browse files
committed
Fix: ignore .flake8 bullshit about unassigned nonlocal keyword argument. PyCQA/flake8#1975
1 parent 5f3ce76 commit 279d2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flake8

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
2-
ignore = W503, F811
2+
# F824 https://github.com/PyCQA/flake8/pull/1975
3+
ignore = W503, F811, F824
34
exclude =
45
tests/test_multipart.py
56
per-file-ignores =

0 commit comments

Comments
 (0)