2023-03-18 04:27:32 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.257",
"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.257/ruff-x86_64-pc-windows-msvc.zip",
"hash": "c6f7f3bbb4e7f2bc018049d75f4418a86ef4728647d1942400466505e17c72a0"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.257/ruff-i686-pc-windows-msvc.zip",
"hash": "d847b4cb79daee62260e4edbb675861b26e36ab3212664dd1193785b91a09492"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.257/ruff-aarch64-pc-windows-msvc.zip",
"hash": "7dba8dd5bb3b869de736f2315e93571e03f81078574000f3468806e8b4756164"
}
},
"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"
}
}
}