2024-05-04 00:34:07 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.3",
"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.3/ruff-0.4.3-x86_64-pc-windows-msvc.zip",
"hash": "25955175aa3ea8f250d8569b4bc6a0837dca7989873ef1de3479588bfc876211"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.3/ruff-0.4.3-i686-pc-windows-msvc.zip",
"hash": "b50ed1c9f20a2a1d6ed7d961d5f1df76423ee7541410a4460fed5353e5c5f846"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.3/ruff-0.4.3-aarch64-pc-windows-msvc.zip",
"hash": "2c7cbbb5819cb6ee946efd1ed871fb655302b55055cde1b43894620b808bdd13"
}
},
"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"
}
}
}