2024-10-17 20:28:01 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.7.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.7.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "2756a7af416663a8d885282e1cbedf39ccadeeb51e8d4cb7a5e89ba44dfd170a"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-i686-pc-windows-msvc.zip",
"hash": "e67f6d247ce810f2cefd50191fabc6a6eef44734089dc8f98e1adb41aa428c75"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "714a958732d2ae6ba73ed1d08bb51e7834064217c07ad927dfae6d6bbbeb166f"
}
},
"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"
}
}
}