2024-01-12 16:27:35 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.1.13",
"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.1.13/ruff-0.1.13-x86_64-pc-windows-msvc.zip",
"hash": "281ac3ac6b33367766313589c6fa0afce073a3cfb0eead36bf7e2fea4cbe797d"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-i686-pc-windows-msvc.zip",
"hash": "0c1dc1f3e52e618246c489d306bea596c2697106a1ae3dda0bbafe9688517fc2"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-aarch64-pc-windows-msvc.zip",
"hash": "2920aa60da39e966c2b49b2d851d92cbe22a0e0030db85599fc35c5ea232f316"
}
},
"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"
}
}
}