2024-09-26 12:32:42 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.6.8",
"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.6.8/ruff-x86_64-pc-windows-msvc.zip",
"hash": "998ee76c52a963abda3f3cfb259aadeb6cb733c7dedc0813b79fc70f53e5420b"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-i686-pc-windows-msvc.zip",
"hash": "800280360d464e959fce496e499dfa585c5a5d96ad8a86ca1a4964299ec845d0"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-aarch64-pc-windows-msvc.zip",
"hash": "68354a68684084e7239981ee47acbf707c3e99da8fa4639ac33d338c6221f6df"
}
},
"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"
}
}
}