2023-10-24 16:26:43 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.2",
"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.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "5e515c69653469736e76848f401d9f72b4396d8b7be2be77f748109e04542d26"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.2/ruff-i686-pc-windows-msvc.zip",
"hash": "aca5b93beac3a76edd7c2ea55f0e09672d2d7f85fcf5c9f4f65c252db643b5b4"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "644390067887b8b0f1bff2805211de6bd006c97ce259760260b27da5356a7db6"
}
},
"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"
}
}
}