2024-09-13 16:29:47 +00:00

39 lines
1.5 KiB
JSON

{
"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.5/ruff-x86_64-pc-windows-msvc.zip",
"hash": "01528b56d42043548ce06d007ea0a7283963d3df99080ef5f44ff8d81d01c5cf"
},
"32bit": {
"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.5/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6d839b1d9873d5b12a91ca98a99698d039e47b4a7679c8bbed3bb6c1cd386343"
}
},
"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"
}
}
}