2023-12-05 00:32:28 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.7",
"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.7/ruff-x86_64-pc-windows-msvc.zip",
"hash": "cfb44b8fe17cf6b197722f89df6216509784731af8c9251b02c37e671f3dbcdd"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.7/ruff-i686-pc-windows-msvc.zip",
"hash": "746aea743e8734e992f40ed2de5afd8fb28a9916dbcfe34736071902532b902a"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.7/ruff-aarch64-pc-windows-msvc.zip",
"hash": "c99c9ba70a61cf816b4a3e2c1ce6fc132a6eb480eaf411c864de4bcf6a121374"
}
},
"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"
}
}
}