2025-01-16 16:30:55 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.9.2",
"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.9.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "77d4124dc2ab70a9e1e30114c2028f04618dc78be948b4f6e00a1256c4f349ac"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-i686-pc-windows-msvc.zip",
"hash": "f310eee069cc922b0f18b00cac907114535d72c759ee0dbd221682e11769978c"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "5bed70eea1b95e0aaea3839e7c95cc90037e9e42aa3af7db04536c1ac972b08f"
}
},
"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"
}
}
}