2026-02-26 16:38:58 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.15.3",
"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.15.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "dcef126c1d8aa26545149b2e3b43999100b927e4cdd498263669c506982c796d"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.3/ruff-i686-pc-windows-msvc.zip",
"hash": "4c2ff5518c9b36493e6f7e3e6b804222f35bce9b8d22a9d8efb4c3a2e9d96678"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "48716216a212f5555b8cd74f7b6c17e10baf4f4859309d978c347cebd285ea6f"
}
},
"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"
}
}
}