ruff/crates/ruff_linter/src/rules/pydocstyle
Charlie Marsh 940df67823
Omit code frames for fixes with empty ranges (#12304)
## Summary

Closes https://github.com/astral-sh/ruff/issues/12291.

## Test Plan

```shell
❯ cargo run check ../uv/foo --select INP
/Users/crmarsh/workspace/uv/foo/bar/baz.py:1:1: INP001 File `/Users/crmarsh/workspace/uv/foo/bar/baz.py` is part of an implicit namespace package. Add an `__init__.py`.
Found 1 error.
```
2024-07-12 15:21:28 +00:00
..
rules Avoid removing newlines between docstring headers and rST blocks (#11609) 2024-05-30 13:29:20 -04:00
snapshots Omit code frames for fixes with empty ranges (#12304) 2024-07-12 15:21:28 +00:00
helpers.rs Split CallPath into QualifiedName and UnqualifiedName (#10210) 2024-03-04 09:06:51 +00:00
mod.rs Avoid removing newlines between docstring headers and rST blocks (#11609) 2024-05-30 13:29:20 -04:00
settings.rs ruff server now supports the source.organizeImports source action (#10652) 2024-04-04 22:20:50 +00:00