2024-04-01 21:07:02 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.3.5",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-x86_64-pc-windows-msvc.zip",
"hash": "a9b3c3cf1125667dc95aff6d24278aeebdb25c63bc6a2f138a93b4f9226642be"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-i686-pc-windows-msvc.zip",
"hash": "11d0e106d8d51ffc964c4e2512ece8b39f0966bb1c4d0528c4bff2fac7d1d7a3"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-aarch64-pc-windows-msvc.zip",
"hash": "d0fc509148bf343681bf66cfd76b87b4a9465c4c1a4fb466da59671354857def"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}