2023-05-24 20:24:58 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.270",
"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.270/ruff-x86_64-pc-windows-msvc.zip",
"hash": "81d197007aefe86a54e67ccc79fcce7966f9b2b3c00625bddfc6936141b4d6ab"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.270/ruff-i686-pc-windows-msvc.zip",
"hash": "9d77a9a691bb380a34001b0f3db222491a4696147fa29c853d0bafa629fbb26b"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.270/ruff-aarch64-pc-windows-msvc.zip",
"hash": "f1825378565ec0002bc8b012086ed4e3575643812617ce7c90605b0b07d3530d"
}
},
"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"
}
}
}