Skip to content

Commit

Permalink
Ruff 0.3.0 (astral-sh#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored and cnpryer committed Mar 3, 2024
1 parent da65b5a commit 7929aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ that were not yet released.

_Unreleased_

- Bumped `uv` to 0.1.13. #760, #820

- Bumped `ruff` to 0.3.0. #821

- The `init` command now generates a script with the name of the
project rather than `hello`. #801

Expand Down
4 changes: 2 additions & 2 deletions rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
suffix: None,
};

const SELF_VERSION: u64 = 14;
const SELF_VERSION: u64 = 16;

const SELF_REQUIREMENTS: &str = r#"
build==1.0.3
Expand All @@ -50,7 +50,7 @@ twine==4.0.2
unearth==0.14.0
urllib3==2.0.7
virtualenv==20.25.0
ruff==0.2.2
ruff==0.3.0
"#;

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

0 comments on commit 7929aca

Please sign in to comment.