Skip to content

Commit 376d337

Browse files
committed
MNT: Ignore recent flake8's F924 "nonlocal is unused"
1 parent 56f2b12 commit 376d337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[flake8]
2+
# F824 `nonlocal x` is unused: name is never assigned in scope
3+
ignore = F824
24
max-line-length = 120
35
exclude =
46
.git,

0 commit comments

Comments
 (0)