2025-01-04 12:32:18 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.8.6",
"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.8.6/ruff-x86_64-pc-windows-msvc.zip",
"hash": "4ca646f3659a88eb64b73bcfd4a4927c0194005c5aff69f4c71406d4370360c2"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-i686-pc-windows-msvc.zip",
"hash": "00f6a747a5fb29d604e8921ee2564523e93f1e85522d9e347af703220a596a1e"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1b1a9cc718c59e7c2a9fd471ba39b7eed7730094b7d8ecdc554bbb66f53715d0"
}
},
"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"
}
}
}