2025-03-20 16:30:33 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.11.1",
"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.11.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ea0371400228fcccd81c4d6884caa4c80d694cf73a20b6e9a685b0fac76c2455"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-i686-pc-windows-msvc.zip",
"hash": "0a3931aee2ce36a9604109b9edb0e02e2a07401957fa2da125f4fa2199a836de"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "ee7211b59f05be0e5c5fd24d5dc05591644fac4c15f4f013e5975511b27b9402"
}
},
"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"
}
}
}