2023-10-02 20:24:24 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.292",
"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.292/ruff-x86_64-pc-windows-msvc.zip",
"hash": "76f1fd5b40a9325a7638f0a5d1d260aa7c10b9d63456ab6d8345afa68db907fe"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.292/ruff-i686-pc-windows-msvc.zip",
"hash": "3dec6513e8bcbbee8a57c868acd808eb1bccd9e00b07e35c1ba70ff78fb84224"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.292/ruff-aarch64-pc-windows-msvc.zip",
"hash": "bbdf4aa474899196290734f45dabebc4faf796039367125c171ec017f7bcfa85"
}
},
"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"
}
}
}