2024-08-16 20:26:32 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.6.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.6.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "a703f5008033bffb10ee2f9d96339de0bd5168440735b3d139b0548df795cdaa"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-i686-pc-windows-msvc.zip",
"hash": "74a84fe2998c517d2825719067db793e365ec4247ce7f6a10839158e1b0e983c"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "9e0313f0d0963ef4ed51bc8eba22727799086275d03eca6bc78188113dea6467"
}
},
"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"
}
}
}