2023-11-09 00:32:28 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.5",
"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.5/ruff-x86_64-pc-windows-msvc.zip",
"hash": "7ceb685bf77d218a88b495c999662e487144c639122d672d07b4246c0e88cee9"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-i686-pc-windows-msvc.zip",
"hash": "7d6bd293c94b319db8c00116b54514000b44fd094e3819d9510298de72fc60c8"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-aarch64-pc-windows-msvc.zip",
"hash": "600563177808cc5b20ed7a63785720659168f067e589bc3311f478032f721374"
}
},
"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"
}
}
}