mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
chore: remove repetitive words (#10502)
This commit is contained in:
parent
4ad3166a3f
commit
c5ea4209bb
4 changed files with 4 additions and 4 deletions
|
@ -236,7 +236,7 @@ fn is_package_with_cache<'a>(
|
|||
|
||||
/// Applies a transformation to a [`Configuration`].
|
||||
///
|
||||
/// Used to override options with the the values provided by the CLI.
|
||||
/// Used to override options with the values provided by the CLI.
|
||||
pub trait ConfigurationTransformer: Sync {
|
||||
fn transform(&self, config: Configuration) -> Configuration;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue