2024-02-29 20:25:06 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.3.0",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-x86_64-pc-windows-msvc.zip",
"hash": "e28900051a3b835d0e11d86f9139ef484db274b5b8ed2294ddbce3d68caa2205"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-i686-pc-windows-msvc.zip",
"hash": "217e729410d6aafddd9df856ab1dfdf0e130c79afb39a0a671f3d1035e79edac"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-aarch64-pc-windows-msvc.zip",
"hash": "c38e93d6c5127ca7cb147af78e1faae0c3746837d7819e7d4f4e9b505dc28c86"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}