2024-11-08 12:32:14 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.7.3",
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "203a6fdb3895de9d0ad5e81d2f8b76a87dfdf94cff5e2749ce25139086c215d5"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-i686-pc-windows-msvc.zip",
"hash": "fa73be28444e60bde0d13853443e69ec941567eb4a99c1e28bf57ef94406a7cf"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6cdbdab6b95b7b9988e8f47a602ed1ab7fd1a5fa34f2269d99dabf548962a952"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}