2023-04-25 08:29:21 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.263",
"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.263/ruff-x86_64-pc-windows-msvc.zip",
"hash": "134f04f5e78f7e2e9c46bd0ef56f279c7b6a5cb5cd95c113724ca5ae7701b3e7"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.263/ruff-i686-pc-windows-msvc.zip",
"hash": "54c21794aa90de63a14088541aa58d95333816a9f876104769c86a1134539e25"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.263/ruff-aarch64-pc-windows-msvc.zip",
"hash": "5138f3fab30b0990fdc7be3c0dceea449d83be3552ab7852db832cc11154a86d"
}
},
"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"
}
}
}