2023-07-03 20:26:16 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.276",
"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.276/ruff-x86_64-pc-windows-msvc.zip",
"hash": "517a8ba0e4ac10c46a87ea17c8bea23933a4f2bdc3b274879cc497ac066132c0"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.276/ruff-i686-pc-windows-msvc.zip",
"hash": "f6ed26c24432153b562ea52e44d47d3a47e990fb24163f36821c3f7530283789"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.276/ruff-aarch64-pc-windows-msvc.zip",
"hash": "9bac2ffb6841ae490d1c543de8a7a10a9aeca538605d6e22f9839c6f2d25fd0c"
}
},
"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"
}
}
}