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 37d6006 commit c61bea4Copy full SHA for c61bea4
setup.cfg
@@ -19,6 +19,8 @@ ignore =
19
W504, # line break after binary operator
20
E402, # module level import not at top of file
21
E731, # do not assign a lambda expression, use a def
22
+ E741, # ambiguous variable name 'l' (GH#34150)
23
+ F541, # f-string is missing placeholders *GH#34150)
24
C406, # Unnecessary list literal - rewrite as a dict literal.
25
C408, # Unnecessary dict call - rewrite as a literal.
26
C409, # Unnecessary list passed to tuple() - rewrite as a tuple literal.
0 commit comments