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

39 lines
1.5 KiB
JSON

{
"version": "0.0.284",
"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.284/ruff-x86_64-pc-windows-msvc.zip",
"hash": "0987e8eec45f231a6245d3023ab8f00fc3e6cb4e94d4a5309a460c955798fb56"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.284/ruff-i686-pc-windows-msvc.zip",
"hash": "c691a9e482fe5bbffdcbf94c21a482ff6407a89a52c0e77bc0bc5e26cc5bef5c"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.284/ruff-aarch64-pc-windows-msvc.zip",
"hash": "8d1132aab16ba0aab5e87026c8073fda0e0ac03c318fa1d486f3f5699cd8d56d"
}
},
"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"
}
}
}