This is the tracking issue for our effort to rename our rules according to our [rule naming convention](https://github.com/charliermarsh/ruff/blob/main/CONTRIBUTING.md#rule-naming-convention). * [ ] Rule names shouldn't start with `use-*`. * [ ] Rule names shouldn't start with `consider-*`. * [ ] `pathlib-` to `os-path-` will be done in #2348 Some related renaming efforts: * [x] We want to prefix `pytest-*` to all pytest-style rule names. * [x] We want to prefix `pandas-` to all pandas-vet rule names. See also #2714.