2023-09-16 00:33:21 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.290",
"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.290/ruff-x86_64-pc-windows-msvc.zip",
"hash": "90372ce4df121cec268d45d8e407511bd7ca81f77a2f7e7625bf44a94b71edb4"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.290/ruff-i686-pc-windows-msvc.zip",
"hash": "956470e902b119a0e1e8d553b1b4f9dcb5d294bc5fbccef8450fd111c9919ca3"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.290/ruff-aarch64-pc-windows-msvc.zip",
"hash": "638e7ba1dcd30391772185ff265799361ffed34bad5b1a28407f2f6e2f13d26c"
}
},
"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"
}
}
}