{ "version": "0.1.0", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/charliermarsh/ruff", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-x86_64-pc-windows-msvc.zip", "hash": "a6974efb00ff6b162927691e616b45223195444a1fc28886ded8faca825312be" }, "32bit": { "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-i686-pc-windows-msvc.zip", "hash": "2c9e7dde93a1d2d458f03c98dbf4c0de1630d1a41a82bbaf6d91d4ffe7114523" }, "arm64": { "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-aarch64-pc-windows-msvc.zip", "hash": "a2f66624f000c30c0768ddf2ca55c7437181fdcf937ead004cb7ef8504da2fd5" } }, "bin": "ruff.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-x86_64-pc-windows-msvc.zip" }, "32bit": { "url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-i686-pc-windows-msvc.zip" }, "arm64": { "url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-aarch64-pc-windows-msvc.zip" } }, "hash": { "url": "$url.sha256" } } }