ruff/crates/ruff_cli
Charlie Marsh 7323c12eee
Avoid duplicating linter-formatter compatibility warnings (#8292)
## Summary

Uses `warn_user_once!` instead of `warn!` to ensure that every warning
is shown exactly once, regardless of whether there are duplicates in the
list, or warnings that are raised by multiple configuration files.

Closes #8271.
2023-10-30 19:32:55 -04:00
..
resources/test/fixtures Formatter parentheses support for IpyEscapeCommand (#8207) 2023-10-25 14:01:50 +00:00
src Avoid duplicating linter-formatter compatibility warnings (#8292) 2023-10-30 19:32:55 -04:00
tests Avoid duplicating linter-formatter compatibility warnings (#8292) 2023-10-30 19:32:55 -04:00
build.rs Add ruff version with long version display (#8034) 2023-10-20 14:07:41 -05:00
Cargo.toml Dedicated cache directory per ruff version (#8333) 2023-10-30 09:08:30 +00:00