2023-03-24 12:31:22 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.259",
"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.259/ruff-x86_64-pc-windows-msvc.zip",
"hash": "4047f68358795a1d3c6b2abfeded039fa3e00df61f50c6c5775f5f73028c5d7a"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-i686-pc-windows-msvc.zip",
"hash": "bd4781ddd381f083b23d17346dfeb1d4fc1156d3fac59778a95370eafdee1fbf"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-aarch64-pc-windows-msvc.zip",
"hash": "59656e073f16066c8d64dfab14e4921cf79dcb8d65d0357a6161b62e2388831b"
}
},
"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"
}
}
}