Skip to content

Commit a14224d

Browse files
committed
Revert "Silence flake8 warning about nonlocal"
Check if these changes are still required... This reverts commit 04479ff.
1 parent 1e59021 commit a14224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ extend-exclude =
88
show-source = true
99
statistics = true
1010
# E203 is incompatible with black
11-
ignore = E121,E123,E126,E203,E226,E24,E704,F824,W503,W504
11+
ignore = E121,E123,E126,E203,E226,E24,E704,W503,W504
1212
# TODO: max-complexity = 20

0 commit comments

Comments
 (0)