Merge pull request #230154 from figsoda/ruff

ruff: 0.0.264 -> 0.0.265
This commit is contained in:
Weijia Wang 2023-05-06 01:02:27 +03:00 committed by GitHub
commit b2d0005a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -841,7 +841,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flake8-to-ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"anyhow",
"clap 4.2.4",
@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
@ -2093,7 +2093,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

View file

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.264";
version = "0.0.265";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
hash = "sha256-MDNqoKsXKSM5l351bMs4Z5Voig+HwR2907xlHDFB6x4=";
hash = "sha256-b45kPvN2yILZBvP8eSNfWD6gpinwi9RsvmonRGYj0cI=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace