2023-05-02 08:27:11 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.264",
"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.264/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ed21b7c61839120e4c74c03e9a6c24d08e6c39bc2e9c6836b338a6b0b78797b7"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.264/ruff-i686-pc-windows-msvc.zip",
"hash": "498fc60b6ef8ebecd8430ad2a5eaf04945214f3f2e3b60452e9c55efd9427612"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.264/ruff-aarch64-pc-windows-msvc.zip",
"hash": "837a74d5c863e37e48f0916f2c1630f1ace340eda0c58d91c118df4351a6c527"
}
},
"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"
}
}
}