2024-09-05 16:29:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.6.4",
"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"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-i686-pc-windows-msvc.zip",
"hash": "893f12374c1a18bad5e76888d27f218bd37bb5b65d560828b7eda239acaaab36"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "9be75d97d19f170b8ed8553c5632294cc16349bbdb9c669e532183e2bee0adf4"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}