diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9845d21377559..20b9ec92cf82c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.141 + rev: v0.0.142 hooks: - id: ruff diff --git a/Cargo.lock b/Cargo.lock index 04e49cc9fe720..cbee850059838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flake8-to-ruff" -version = "0.0.141-dev.0" +version = "0.0.142-dev.0" dependencies = [ "anyhow", "clap 4.0.22", @@ -1805,7 +1805,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.141" +version = "0.0.142" dependencies = [ "annotate-snippets 0.9.1", "anyhow", @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "ruff_dev" -version = "0.0.141" +version = "0.0.142" dependencies = [ "anyhow", "clap 4.0.22", diff --git a/Cargo.toml b/Cargo.toml index 43cbe14c7bfb5..0083c644dc913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "ruff" -version = "0.0.141" +version = "0.0.142" edition = "2021" rust-version = "1.65.0" diff --git a/README.md b/README.md index 006d8d380ed09..2bef2d15626d9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Ruff also works with [pre-commit](https://pre-commit.com): ```yaml repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.141 + rev: v0.0.142 hooks: - id: ruff ``` diff --git a/flake8_to_ruff/Cargo.lock b/flake8_to_ruff/Cargo.lock index cbe3ee796b2cc..7170aa6f64d96 100644 --- a/flake8_to_ruff/Cargo.lock +++ b/flake8_to_ruff/Cargo.lock @@ -771,7 +771,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flake8_to_ruff" -version = "0.0.141" +version = "0.0.142" dependencies = [ "anyhow", "clap", @@ -1975,7 +1975,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.141" +version = "0.0.142" dependencies = [ "anyhow", "bincode", diff --git a/flake8_to_ruff/Cargo.toml b/flake8_to_ruff/Cargo.toml index f6f17dab90e4d..0d71970fc5241 100644 --- a/flake8_to_ruff/Cargo.toml +++ b/flake8_to_ruff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake8-to-ruff" -version = "0.0.141-dev.0" +version = "0.0.142-dev.0" edition = "2021" [lib] diff --git a/ruff_dev/Cargo.toml b/ruff_dev/Cargo.toml index a5d0e980203d3..a2a921dcb5bc6 100644 --- a/ruff_dev/Cargo.toml +++ b/ruff_dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff_dev" -version = "0.0.141" +version = "0.0.142" edition = "2021" [dependencies]