2024-05-29 04:28:10 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.6",
"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.4.6/ruff-0.4.6-x86_64-pc-windows-msvc.zip",
"hash": "0bd9f80fe9c6cb1fcde9f835b4960b22192d81cd71533c52114e548a82164aca"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.6/ruff-0.4.6-i686-pc-windows-msvc.zip",
"hash": "36c36935ce395a9d38f9f9a6271cc990d022d2a16ec187753f33b16d7f1ca2e4"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.6/ruff-0.4.6-aarch64-pc-windows-msvc.zip",
"hash": "a9fae31935454dc881bc779af0565aebf24391d080b8ca7c44146330f9162917"
}
},
"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"
}
}
}