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 2a8e2ef commit 7581bb1Copy full SHA for 7581bb1
.flake8
@@ -25,6 +25,8 @@ ignore =
25
E128
26
# line break after binary operator
27
W504
28
+ # undefined name for files
29
+ F821
30
31
exclude =
32
# No need to traverse our git directory
0 commit comments