2024-05-23 04:27:10 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.5",
"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.4.5/ruff-0.4.5-x86_64-pc-windows-msvc.zip",
"hash": "65dc3b98413be7107545a4655e074ef93b0b42b5f230686d7dc69bb79f96b2c1"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-i686-pc-windows-msvc.zip",
"hash": "6327c1ef1e127edae343291ef412028e2b332cd321d076542df9d1532fd1d171"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-aarch64-pc-windows-msvc.zip",
"hash": "81558226974c8b83d9a9f8358a02882e46f06b83aa1ad8565cafd3a02d969f83"
}
},
"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"
}
}
}