2024-02-18 00:32:21 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.2.2",
"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.2.2/ruff-0.2.2-x86_64-pc-windows-msvc.zip",
"hash": "e36d3126da1161d3c6228db215cc8fdf315a7503fe09be54004f226019aa5b2a"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-i686-pc-windows-msvc.zip",
"hash": "3681f8e404982bc92ae63b8ee85d1f14b378a0fabc96be18dea6a3281bbb46a0"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-aarch64-pc-windows-msvc.zip",
"hash": "ab35fd6fc5886cf63541dec00172f41fa03242e53c6c5f1213c3a09d9c9a6c97"
}
},
"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"
}
}
}