diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e06e056bd04d0..7c25f4d2d9a4d 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.35 + rev: v0.0.36 hooks: - id: lint diff --git a/Cargo.lock b/Cargo.lock index 401255340d719..1d7a5a105e4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.35" +version = "0.0.36" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index dd3359a7dff64..a986cc5714204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.35" +version = "0.0.36" edition = "2021" [lib] diff --git a/README.md b/README.md index 8164af468e27c..77d9f8ff967e3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,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.35 + rev: v0.0.36 hooks: - id: lint ``` @@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403 See `ruff --help` for more: ```shell -ruff (v0.0.35) +ruff (v0.0.36) An extremely fast Python linter. USAGE: