2024-07-25 16:29:37 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.5.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.5.5/ruff-x86_64-pc-windows-msvc.zip",
"hash": "161eb7ae4f38d8b54e46b153f0a5b2ee6de55d198ca495ee1c0a1c0b2e0a8f26"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-i686-pc-windows-msvc.zip",
"hash": "75a604d31e2ecc4890727b8ac55e63be7cb3151800be56e62c4aa70f67b6d3e2"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-aarch64-pc-windows-msvc.zip",
"hash": "f179ae5848892e940da3b27893bb5d0a9b1176a8228a55e099cd9bc7f16c0090"
}
},
"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"
}
}
}