Merge pull request #335203 from GaetanLepage/ruff

ruff: 0.6.0 -> 0.6.1
This commit is contained in:
Pol Dellaiera 2024-08-17 00:12:24 +02:00 committed by GitHub
commit 5660b83b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2060,7 +2060,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"anyhow",
"argfile",
@ -2252,7 +2252,7 @@ dependencies = [
[[package]]
name = "ruff_linter"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"aho-corasick",
"annotate-snippets 0.9.2",
@ -2572,7 +2572,7 @@ dependencies = [
[[package]]
name = "ruff_wasm"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"console_error_panic_hook",
"console_log",

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/${version}";
hash = "sha256-s4JIqeOIxJ3NQ61fuBYYF0kSovEMcVHRExLB7kpICeg=";
hash = "sha256-/tD1TJRq+/2/KMmRHqB8ZbShoDkXG9nnBqacxXYKjbg=";
};
cargoLock = {