figsoda 2023-09-12 13:45:58 -04:00
parent 4bedf3d74c
commit 68680589b1
2 changed files with 6 additions and 6 deletions

View File

@ -821,7 +821,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]] [[package]]
name = "flake8-to-ruff" name = "flake8-to-ruff"
version = "0.0.288" version = "0.0.289"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -2037,7 +2037,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.288" version = "0.0.289"
dependencies = [ dependencies = [
"annotate-snippets 0.9.1", "annotate-snippets 0.9.1",
"anyhow", "anyhow",
@ -2135,7 +2135,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff_cli" name = "ruff_cli"
version = "0.0.288" version = "0.0.289"
dependencies = [ dependencies = [
"annotate-snippets 0.9.1", "annotate-snippets 0.9.1",
"anyhow", "anyhow",
@ -2183,6 +2183,7 @@ dependencies = [
"similar", "similar",
"strum", "strum",
"tempfile", "tempfile",
"test-case",
"thiserror", "thiserror",
"tikv-jemallocator", "tikv-jemallocator",
"tracing", "tracing",
@ -2400,7 +2401,6 @@ dependencies = [
"ruff_text_size", "ruff_text_size",
"rustc-hash", "rustc-hash",
"static_assertions", "static_assertions",
"test-case",
"tiny-keccak", "tiny-keccak",
"unicode-ident", "unicode-ident",
"unicode_names2", "unicode_names2",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "ruff"; pname = "ruff";
version = "0.0.288"; version = "0.0.289";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "astral-sh"; owner = "astral-sh";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rDzxGIDUIxK5n8uT0vSFGrp4wOm49KtY7xKRoLZhEF8="; hash = "sha256-DBYE3UkA30bFqoTCgE7SBs25wJ6bPvY63e31LEPBK7c=";
}; };
cargoLock = { cargoLock = {