diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bfdae39cbc5e..c1decbfb6f6a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/charliermarsh/ruff - rev: v0.0.23 + rev: v0.0.24 hooks: - id: lint diff --git a/Cargo.lock b/Cargo.lock index 1c3110e1be523..6976dd7c5dc32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,7 +1641,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index fce4a9c6a93ab..b2649ca214779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.23" +version = "0.0.24" edition = "2021" [lib] diff --git a/README.md b/README.md index 1b848f9a6f8ab..765f082220c0e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys ```yaml repos: - repo: https://github.com/charliermarsh/ruff - rev: v0.0.23 + rev: v0.0.24 hooks: - id: lint ```