2023-09-11 20:26:05 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.288",
"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.288/ruff-x86_64-pc-windows-msvc.zip",
"hash": "df9b5fcad26dca30c9f286e8b4dda6da62fa09a98b8b98a872f3c5d1b60a0586"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.288/ruff-i686-pc-windows-msvc.zip",
"hash": "18445b5b125e72fde0c536efca75a72452ae2e76b30fe20905f048d57ec5e4a8"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.288/ruff-aarch64-pc-windows-msvc.zip",
"hash": "3883780830d2bbe661aee3be182925d73c9a61638c12f069df4ba6a622cd5729"
}
},
"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"
}
}
}