Skip to content

Commit

Permalink
Update bundled Ruff version to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Sep 22, 2024
1 parent 660d7ba commit 031d927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
suffix: None,
};

const SELF_VERSION: u64 = 23;
const SELF_VERSION: u64 = 24;

pub const SELF_REQUIREMENTS: &str = r#"
build==1.2.1
Expand All @@ -51,7 +51,7 @@ twine==5.1.1
unearth==0.14.0
urllib3==2.0.7
virtualenv==20.25.0
ruff==0.6.3
ruff==0.6.7
"#;

static FORCED_TO_UPDATE: AtomicBool = AtomicBool::new(false);
Expand Down

0 comments on commit 031d927

Please sign in to comment.