Skip to content

Commit c61bea4

Browse files
committed
Temporarily ignore linting errors
1 parent 37d6006 commit c61bea4

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
@@ -19,6 +19,8 @@ ignore =
1919
W504, # line break after binary operator
2020
E402, # module level import not at top of file
2121
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)
2224
C406, # Unnecessary list literal - rewrite as a dict literal.
2325
C408, # Unnecessary dict call - rewrite as a literal.
2426
C409, # Unnecessary list passed to tuple() - rewrite as a tuple literal.

0 commit comments

Comments
 (0)