mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
Update CONTRIBUTING.md (#623)
This commit is contained in:
parent
1ede377402
commit
cea9e34942
2 changed files with 27 additions and 31 deletions
|
@ -11,7 +11,7 @@ use itertools::Itertools;
|
|||
use ruff::checks::CheckCode;
|
||||
use strum::IntoEnumIterator;
|
||||
|
||||
const FILE: &str = "../src/checks_gen.rs";
|
||||
const FILE: &str = "src/checks_gen.rs";
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(author, version, about, long_about = None)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue