Merge pull request #229381 from figsoda/ruff

ruff: 0.0.262 -> 0.0.263
This commit is contained in:
Nick Cao 2023-05-02 12:47:10 +08:00 committed by GitHub
commit 9b4107a14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 476 additions and 276 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.262";
version = "0.0.263";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
hash = "sha256-G+Cz/5dL/5kOOJ1fGGecwGOiONYdwFWOPQ5KV0W2DVA=";
hash = "sha256-EhxevilIrcrM7wcuF39b4P4T8OpNwdyga+wAPatil8Q=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace