{
    "version": "0.15.12",
    "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.12/ruff-x86_64-pc-windows-msvc.zip",
            "hash": "d378033392042377491ef2541457af47cc4652c4e984639c95413b0c4876b0f1"
        },
        "32bit": {
            "url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-i686-pc-windows-msvc.zip",
            "hash": "a466127b868dc22095dc717856cc94f283a01ccffa3a9814d35b5d42661e73be"
        },
        "arm64": {
            "url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-aarch64-pc-windows-msvc.zip",
            "hash": "310a94d0c708691905d7614385732a2cbdede0979b93b81c01d55ab9de7ae754"
        }
    },
    "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"
        }
    }
}
