2023-03-04 08:29:30 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.254",
"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.254/ruff-x86_64-pc-windows-msvc.zip",
"hash": "b5ba51274725225f2bc7b5e14acc1b5e4f16bf9664857b32ad2be8d35b9ae1d5"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.254/ruff-i686-pc-windows-msvc.zip",
"hash": "2f2cdd2e240db4c2b859e8f7aa6dbf6d9caa274b7696aeffba9a88e3db5aaff6"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.254/ruff-aarch64-pc-windows-msvc.zip",
"hash": "226394a64c4b288a1a6f8e270d0062170305fe3ade4b0e3b5e599dc1cae85e08"
}
},
"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"
}
}
}