Merge pull request #252817 from figsoda/ruff

ruff: 0.0.286 -> 0.0.287
This commit is contained in:
OTABI Tomoya 2023-09-02 12:42:58 +09:00 committed by GitHub
commit bfb7dfec93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 347 additions and 308 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.286";
version = "0.0.287";
src = fetchFromGitHub {
owner = "astral-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-5bMfOju1uJV4+a4UTzaanpzU6PjCSK9HHMdhvKVaNcg=";
hash = "sha256-T7PuhQnb7Ae9mYdaxDBltJWx5ODTscvEP3LcSEcSuLo=";
};
cargoLock = {