mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
Fix reference to src/checks_gen.rs
This commit is contained in:
parent
6741ea9790
commit
d822458d97
1 changed files with 1 additions and 1 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