ruff/crates/ruff_linter/src/rules/pydocstyle
Jane Lewis d050d6da2e
ruff server now supports the source.organizeImports source action (#10652)
## Summary

This builds on top of the work in
https://github.com/astral-sh/ruff/pull/10597 to support `Ruff: Organize
imports` as an available source action.

To do this, we have to support `Clone`-ing for linter settings, since we
need to modify them in place to select import-related diagnostics
specifically (`I001` and `I002`).

## Test Plan


04282d01-dfda-4ac5-aa8f-6a92d5f85bfd
2024-04-04 22:20:50 +00:00
..
rules Rework docs for pydocstyle rules (#10754) 2024-04-03 22:34:00 +01:00
snapshots Use section name range for all section-related docstring diagnostics (#10740) 2024-04-02 22:10:04 -04:00
helpers.rs Split CallPath into QualifiedName and UnqualifiedName (#10210) 2024-03-04 09:06:51 +00:00
mod.rs Remove preview gating for newly-added stable fixes (#9681) 2024-02-01 13:35:02 -06:00
settings.rs ruff server now supports the source.organizeImports source action (#10652) 2024-04-04 22:20:50 +00:00