2025-03-13 20:28:09 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.10.0",
"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.10.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "f97160653dc9f9dde5cdbe8b24a53cb93a43e54ee30da6b995cf667c2e599ff2"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.10.0/ruff-i686-pc-windows-msvc.zip",
"hash": "81477cb2152d195cfa7181773d8a7c32fd9bd2f9292e8e8ce7848fdd2d7bebb8"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.10.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "e40d9d7efe47fcd1a5ffc2314ea45076d71cf83638550c5b95f9ecfff3cbac2b"
}
},
"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"
}
}
}