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 56f2b12 commit 376d337Copy full SHA for 376d337
setup.cfg
@@ -1,4 +1,6 @@
1
[flake8]
2
+# F824 `nonlocal x` is unused: name is never assigned in scope
3
+ignore = F824
4
max-line-length = 120
5
exclude =
6
.git,
0 commit comments