ruff: Update to version 0.6.5

This commit is contained in:
github-actions[bot] 2024-09-13 16:29:47 +00:00
parent 7e89638bd4
commit ed0bda8771

View File

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