Merge pull request #222779 from figsoda/ruff

ruff: 0.0.258 -> 0.0.259
This commit is contained in:
Nick Cao
2023-03-24 11:29:07 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -780,7 +780,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flake8-to-ruff"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"anyhow",
"clap 4.1.8",
@@ -1982,7 +1982,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"anyhow",
"bisection",
@@ -2063,7 +2063,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
+2 -2
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.258";
version = "0.0.259";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
hash = "sha256-rlMghh6NmyIJTdjf6xmzVuevXh/OrBqhx+CkvvQwlng=";
hash = "sha256-K0EfKG140MDfSg3BVJi9x0q1it5nEeREpkanx2RW1Kw=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace