ruff
c0b3dd37 - [`ruff`] Stabilize unsafe fix for `zip-instead-of-pairwise (RUF007)` (#14401)

Commit
1 year ago
[`ruff`] Stabilize unsafe fix for `zip-instead-of-pairwise (RUF007)` (#14401) This PR stabilizes the unsafe fix for [zip-instead-of-pairwise (RUF007)](https://docs.astral.sh/ruff/rules/zip-instead-of-pairwise/#zip-instead-of-pairwise-ruf007), which replaces the use of zip with that of itertools.pairwise and has been available under preview since version 0.5.7. There are no open issues regarding RUF007 at the time of this writing.
Author
Committer
Parents
Loading