ruff/crates/ruff
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/test/fixtures Rename `ruff_cli` crate to `ruff` (#9557) 2024-01-16 17:47:01 -05:00
src Make cache-write failures non-fatal (#12302) 2024-07-12 10:33:54 -04:00
tests Omit code frames for fixes with empty ranges (#12304) 2024-07-12 15:21:28 +00:00
Cargo.toml Bump version to 0.5.1 (#12205) 2024-07-05 18:33:14 +05:30
build.rs Rename `ruff_cli` crate to `ruff` (#9557) 2024-01-16 17:47:01 -05:00