ruff/crates/ruff_linter
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
..
resources Treat not operations as boolean tests (#12301) 2024-07-12 08:53:37 -04:00
src Omit code frames for fixes with empty ranges (#12304) 2024-07-12 15:21:28 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Explicitly add schemars to ruff_python_ast Cargo.toml (#12275) 2024-07-11 06:46:34 +00:00