2024-06-01 00:33:34 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.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.4.7/ruff-0.4.7-x86_64-pc-windows-msvc.zip",
"hash": "10f19d4d6de1bb36b5ad9245dac53cb710c49d2c6d3f908a90690fce156d5554"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.7/ruff-0.4.7-i686-pc-windows-msvc.zip",
"hash": "1663aa60ff9bee55ab5ddec0c583850a9fa21393fef466ebc9296f9d431040d9"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.7/ruff-0.4.7-aarch64-pc-windows-msvc.zip",
"hash": "63341a074cde41de5cbeb7d2316e5bf97c4b45a2a185f3757823ec660665cb8b"
}
},
"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"
}
}
}