2023-07-22 00:33:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.279",
"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.279/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ac87cfcc98a9e36ef1e9d0350c7dc8d9fd78b492cf7dfece29c2f433bdfc1b5a"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.279/ruff-i686-pc-windows-msvc.zip",
"hash": "51b5546456053e26434aaf3fd71d9e93a44c510d03f4c390207f2905638b13f2"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.279/ruff-aarch64-pc-windows-msvc.zip",
"hash": "7372c6927973438c5e71eac11134bfe667262b841dbf70be980651ee87739bba"
}
},
"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"
}
}
}