2023-08-01 16:27:02 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.282",
"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.0.282/ruff-x86_64-pc-windows-msvc.zip",
"hash": "0622b3d80bb8be778d8c244e92cbf2e841b2af3bff0356920065dc2114691450"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.282/ruff-i686-pc-windows-msvc.zip",
"hash": "956abe6584aebfedbde9872b5f9bb5ed4362ad56b1ce628fef39ff67123f4f05"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.282/ruff-aarch64-pc-windows-msvc.zip",
"hash": "dfabc8ae84c77ae3ccd18b69d219b1fe95bd16d6ec11471facb08056f65039dd"
}
},
"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"
}
}
}