ruff/crates/ruff_linter
Dylan c0b3dd3745 [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.
2024-11-20 13:11:51 +01:00
..
resources [ruff 0.8] Remove deprecated rule UP027 (#14382) 2024-11-20 13:11:51 +01:00
src [ruff] Stabilize unsafe fix for zip-instead-of-pairwise (RUF007) (#14401) 2024-11-20 13:11:51 +01:00
Cargo.toml Bump version to 0.7.4 (#14358) 2024-11-15 11:17:32 +00:00