diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1decbfb6f..6d9c41cddf 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.24 + rev: v0.0.25 hooks: - id: lint diff --git a/Cargo.lock b/Cargo.lock index 6976dd7c5d..77ad59688d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,7 +1641,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.24" +version = "0.0.25" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index b2649ca214..e9ab1e48c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.24" +version = "0.0.25" edition = "2021" [lib] diff --git a/README.md b/README.md index 1969b0b719..695a1846db 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.24 + rev: v0.0.25 hooks: - id: lint ```