ruff/crates/ruff
Andrew Gallant 2ecd164adb
ruff: add worktree support to build.rs (#14896)
Without this, `cargo insta test` re-compiles every time it is run, even
if there are no changes. With this, I can re-run `cargo insta test` (or
other `cargo build` commands) without it resulting in re-compiles.

I made an identical change to uv a while back:
https://github.com/astral-sh/uv/pull/6825
2024-12-10 14:06:59 -05:00
..
resources/test/fixtures Rename ruff_cli crate to ruff (#9557) 2024-01-16 17:47:01 -05:00
src Fix infinite watch loop by ignoring 'uninteresting' watch events (#14809) 2024-12-06 08:50:29 +00:00
tests [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745) 2024-12-02 22:41:47 -06:00
build.rs ruff: add worktree support to build.rs (#14896) 2024-12-10 14:06:59 -05:00
Cargo.toml Bump version to 0.8.2 (#14789) 2024-12-05 18:06:35 +05:30