Unverified Commit b2d0005a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230154 from figsoda/ruff

ruff: 0.0.264 -> 0.0.265
parents 704f7838 ee3131ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -841,7 +841,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"

[[package]]
name = "flake8-to-ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
 "anyhow",
 "clap 4.2.4",
@@ -2004,7 +2004,7 @@ dependencies = [

[[package]]
name = "ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
 "annotate-snippets 0.9.1",
 "anyhow",
@@ -2093,7 +2093,7 @@ dependencies = [

[[package]]
name = "ruff_cli"
version = "0.0.264"
version = "0.0.265"
dependencies = [
 "annotate-snippets 0.9.1",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.0.264";
  version = "0.0.265";

  src = fetchFromGitHub {
    owner = "charliermarsh";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-MDNqoKsXKSM5l351bMs4Z5Voig+HwR2907xlHDFB6x4=";
    hash = "sha256-b45kPvN2yILZBvP8eSNfWD6gpinwi9RsvmonRGYj0cI=";
  };

  # We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace