Merge pull request #254794 from figsoda/ruff

ruff: 0.0.288 -> 0.0.289
This commit is contained in:
Nick Cao 2023-09-12 18:31:32 -04:00 committed by GitHub
commit a89cfec0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

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

View File

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