Merge pull request #316263 from GaetanLepage/ruff

ruff: 0.4.6 -> 0.4.7
This commit is contained in:
Pol Dellaiera 2024-06-01 08:33:08 +02:00 committed by GitHub
commit ba8358bb97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1903,7 +1903,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"anyhow",
"argfile",
@ -2064,7 +2064,7 @@ dependencies = [
[[package]]
name = "ruff_linter"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"aho-corasick",
"annotate-snippets 0.9.2",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/v${version}";
hash = "sha256-ECFBciJjVmz8yvZci6dV4L3o4objkbU5HwB2qy0Mqv4=";
hash = "sha256-1WQQpIdGFWEq6HzFFA5qRC3wnqtUvdzC/6VIkDY1pZI=";
};
cargoLock = {