2023-08-08 20:24:36 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.283",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/charliermarsh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.283/ruff-x86_64-pc-windows-msvc.zip",
"hash": "83407d8e5c4828c5c139f19f36bb3d45b4a3a024c7207d9924a34d922b2f66b2"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.283/ruff-i686-pc-windows-msvc.zip",
"hash": "2ab433ffeabc4281b7ad8610ea3123177652af7ce2457734371e5c24a4edeb33"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.283/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6ab44713e4ab80bae789dbfdb23b8e6858af6510d24a7fc2c6419b8fc101f3f9"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}