2024-04-12 05:08:30 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.3.7",
"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.7/ruff-0.3.7-x86_64-pc-windows-msvc.zip",
"hash": "614136fdd24663104483eac99b62a61e6a22e97d685d7c7238ac5cd2fed9907e"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-i686-pc-windows-msvc.zip",
"hash": "9a7914be652913b023e0fddc7532b233472828bdc0ed1e8deb3ff2eba2bec4da"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-aarch64-pc-windows-msvc.zip",
"hash": "e7155b46a4242d9013b8eec2a669b54719f0e53383d0b7f135fe9a8bc2d7436b"
}
},
"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"
}
}
}