2023-07-06 04:29:55 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.277",
"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.277/ruff-x86_64-pc-windows-msvc.zip",
"hash": "b00c265d4e21c22b04499f640430a4464b069e947ea727655b18d21985fc66c7"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.277/ruff-i686-pc-windows-msvc.zip",
"hash": "601572dc8461635bcd2c5354417a9962090d282de5722f769b3a438fb773301b"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.277/ruff-aarch64-pc-windows-msvc.zip",
"hash": "57cfa448eca14404063da7fe70025fd360a009243e8eb86a2bc95a8d9b301816"
}
},
"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"
}
}
}