ruff: Update to version 0.6.4

This commit is contained in:
github-actions[bot] 2024-09-05 16:29:45 +00:00
parent a9ef9b8826
commit 419e02a74a

View File

@ -1,20 +1,20 @@
{ {
"version": "0.6.3", "version": "0.6.4",
"description": "An extremely fast Python linter and code formatter, written in Rust.", "description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff", "homepage": "https://github.com/astral-sh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "2a4bdca05e61b9855b7668d5377503feb69332fd1401069392212e0579533608" "hash": "929f333ffdfefd8d3aa059d3f3701a6cbf485b1034c476dd296ee05d86ab24bc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-i686-pc-windows-msvc.zip",
"hash": "91964a944144408f8d590fa9714d65a437b845bd513a03f40c0b2ba9f85bc992" "hash": "893f12374c1a18bad5e76888d27f218bd37bb5b65d560828b7eda239acaaab36"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "2c8ae364f971be8e23efec0a503dbfdc6fe9af7c33460ab565673f4e85706866" "hash": "9be75d97d19f170b8ed8553c5632294cc16349bbdb9c669e532183e2bee0adf4"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",