ruff/crates/ruff_cli
Charlie Marsh 3261d16e61
Add --extension support to the formatter (#9483)
## Summary

We added `--extension` to `ruff check`, but it's equally applicable to
`ruff format`.

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

Resolves https://github.com/astral-sh/ruff/discussions/9481.

## Test Plan

`cargo test`
2024-01-12 18:53:25 +00:00
..
resources/test/fixtures Update ruff check and ruff format to default to the current directory (#8791) 2023-11-21 11:34:21 -06:00
src Add --extension support to the formatter (#9483) 2024-01-12 18:53:25 +00:00
tests Add --extension support to the formatter (#9483) 2024-01-12 18:53:25 +00:00
build.rs Add ruff version with long version display (#8034) 2023-10-20 14:07:41 -05:00
Cargo.toml Bump version to v0.1.13 (#9493) 2024-01-12 09:27:39 -05:00