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
2 changed files with 347 additions and 308 deletions
+345 -306
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {