2026-02-03 20:32:30 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.15.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.15.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d1613f4231095d160ab4d3487bf56de23f29945888bcbe4521fcb0cb5e695d92"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.0/ruff-i686-pc-windows-msvc.zip",
"hash": "09f178ebce6bd6b48422ba0fbff00d76a838aa24fc074c081929a6faa4bdbd31"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "14ff501eb6e436f7a8062c6def7c41888926e8890fcb44db169ae033c88751b3"
}
},
"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"
}
}
}