2024-04-18 21:06:16 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.0",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "813395d368745b4ee4ddd5e2b5d7abf28ef9fbd16ce8b55cc2d178f0b031e7e7"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-i686-pc-windows-msvc.zip",
"hash": "8418876862e4451f05e28a6fa2be1f9124a30417ad32417d892e267fb2265779"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-aarch64-pc-windows-msvc.zip",
"hash": "2801603ba69d3f9c31a5623ebfb4fe85fd746357ced0ef67698649b93fd57c05"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}