Unverified Commit 8d358a1c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #328753 from GaetanLepage/ruff

ruff: 0.5.3 -> 0.5.4
parents b8ef3c59 059a6216
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1992,7 +1992,7 @@ dependencies = [

[[package]]
name = "ruff"
version = "0.5.3"
version = "0.5.4"
dependencies = [
 "anyhow",
 "argfile",
@@ -2176,7 +2176,7 @@ dependencies = [

[[package]]
name = "ruff_linter"
version = "0.5.3"
version = "0.5.4"
dependencies = [
 "aho-corasick",
 "annotate-snippets 0.9.2",
@@ -2491,7 +2491,7 @@ dependencies = [

[[package]]
name = "ruff_wasm"
version = "0.5.3"
version = "0.5.4"
dependencies = [
 "console_error_panic_hook",
 "console_log",
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.5.3";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "ruff";
    rev = "refs/tags/${version}";
    hash = "sha256-+tlE5izXD+kNVwF0nucRsLALYQnkAnCZEONPVDG6dwk=";
    hash = "sha256-dvvhd84T2YaNR5yu1uYcqwHjVzcWXvlXthyMBf8qZzE=";
  };

  cargoLock = {