2023-10-20 00:33:41 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.1",
"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.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "080877770e3494637a01cca05e88ed9a5a450f6129b90053e7f3014ce761f178"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.1/ruff-i686-pc-windows-msvc.zip",
"hash": "a6d5601c9704790409a3540d6dc6cc2a955b234f07df9553e5b4555f9b8ac7e5"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "8eb1f83b0e3c9ddd818176fc26065b87b7cb119764c84b109c70d12dff283d21"
}
},
"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"
}
}
}