Merge pull request #248182 from figsoda/ruff

ruff: 0.0.283 -> 0.0.284
This commit is contained in:
Jörg Thalheim 2023-08-09 23:01:21 +01:00 committed by GitHub
commit 6461922594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -800,7 +800,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flake8-to-ruff"
version = "0.0.283"
version = "0.0.284"
dependencies = [
"anyhow",
"clap",
@ -2042,7 +2042,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.283"
version = "0.0.284"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
@ -2141,7 +2141,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.283"
version = "0.0.284"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.283";
version = "0.0.284";
src = fetchFromGitHub {
owner = "astral-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-WqvTn/NGyZq9cJ417KPOVEEshDITxs6XdhwZbCXPk2o=";
hash = "sha256-MAlIepodGQL2tHRIPXsHLg4rDYgjfq1opaXIkjNNW1I=";
};
cargoLock = {