Skip to content

Commit f9811cb

Browse files
committed
Remove ignore f-string linting errors
1 parent c69f240 commit f9811cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ignore =
2020
E402, # module level import not at top of file
2121
E731, # do not assign a lambda expression, use a def
2222
E741, # ambiguous variable name 'l' (GH#34150)
23-
F541, # f-string is missing placeholders *GH#34150)
2423
C406, # Unnecessary list literal - rewrite as a dict literal.
2524
C408, # Unnecessary dict call - rewrite as a literal.
2625
C409, # Unnecessary list passed to tuple() - rewrite as a tuple literal.

0 commit comments

Comments
 (0)