2023-03-13 20:26:12 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.255",
"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.255/ruff-x86_64-pc-windows-msvc.zip",
"hash": "5ea29101388510b7382c98853d3abb05382a52eb84749754e65c075cf779f967"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.255/ruff-i686-pc-windows-msvc.zip",
"hash": "e5bcbfcb79981dc15c2c89ecbef3bb49398e3e9778ac86a225951766b797f2cd"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.255/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6ce982787836c9bda66ba984c644d1decf15e017e73995be8e8779d3d6f5987e"
}
},
"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"
}
}
}