mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
![]() ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Renames the rule [RUF007](https://docs.astral.sh/ruff/rules/pairwise-over-zipped/) from `pairwise-over-zipped` to `zip-instead-of-pairwise`. This closes #12397. Specifically, in this PR: - The file containing the rule was renamed - The struct was renamed - The function implementing the rule was renamed ## Testing <!-- How was it tested? --> - `cargo test` - Docs re-built locally and verified that new rule name is displayed. (Screenshots below). <img width="939" alt="New rule name in rule summary" src="https://github.com/user-attachments/assets/bf638bc9-1b7a-4675-99bf-e4de88fec167"> <img width="805" alt="New rule name in rule details" src="https://github.com/user-attachments/assets/6fffd745-2568-424a-84e5-f94a41351022"> |
||
---|---|---|
.. | ||
red_knot | ||
red_knot_module_resolver | ||
red_knot_python_semantic | ||
ruff | ||
ruff_benchmark | ||
ruff_cache | ||
ruff_db | ||
ruff_dev | ||
ruff_diagnostics | ||
ruff_formatter | ||
ruff_index | ||
ruff_linter | ||
ruff_macros | ||
ruff_notebook | ||
ruff_python_ast | ||
ruff_python_ast_integration_tests | ||
ruff_python_codegen | ||
ruff_python_formatter | ||
ruff_python_index | ||
ruff_python_literal | ||
ruff_python_parser | ||
ruff_python_resolver | ||
ruff_python_semantic | ||
ruff_python_stdlib | ||
ruff_python_trivia | ||
ruff_python_trivia_integration_tests | ||
ruff_server | ||
ruff_source_file | ||
ruff_text_size | ||
ruff_wasm | ||
ruff_workspace |