2023-03-15 04:27:24 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.256",
"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.256/ruff-x86_64-pc-windows-msvc.zip",
"hash": "9a1a5bd99a2ea827bcaeb8086071bec739a32afa2e1d316e4ea3d617d1260752"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.256/ruff-i686-pc-windows-msvc.zip",
"hash": "78fe9939a2cff7fa83d17ce351c15ee39b820ba285e35319fdfcfdb97471a12a"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.256/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1ff7beab139680fe3309bc7b3940dd6243d61b83cc074a0001936a63cf86a05d"
}
},
"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"
}
}
}