2023-11-17 20:24:29 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.6",
"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.1.6/ruff-x86_64-pc-windows-msvc.zip",
"hash": "95f141c5e08d63114555ac03d67f65ee1f2715066384173ba07370e7785762dd"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-i686-pc-windows-msvc.zip",
"hash": "6f2da156ab896755a4bf52b9c15678bc55a785cf7ad3ed066cf9122cbafc4fd8"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-aarch64-pc-windows-msvc.zip",
"hash": "5ab84560c8015fb15e3d4aff37d8af2fad054efe49fbbcc197abeea74e356d98"
}
},
"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"
}
}
}