mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
[refurb] Implement reimplemented-starmap rule (FURB140) (#7253)
## Summary This PR is part of a bigger effort of re-implementing `refurb` rules #1348. It adds support for [FURB140](https://github.com/dosisod/refurb/blob/master/refurb/checks/itertools/use_starmap.py) ## Test Plan I included a new test + checked that all other tests pass.
This commit is contained in:
committed by
GitHub
parent
c6ba7dfbc6
commit
4123d074bd
1
ruff.schema.json
generated
1
ruff.schema.json
generated
@@ -2091,6 +2091,7 @@
|
||||
"FURB131",
|
||||
"FURB132",
|
||||
"FURB14",
|
||||
"FURB140",
|
||||
"FURB145",
|
||||
"G",
|
||||
"G0",
|
||||
|
||||
Reference in New Issue
Block a user