2023-04-05 04:26:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.261",
"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.261/ruff-x86_64-pc-windows-msvc.zip",
"hash": "9eee36da8007e3e956df48c1b7615f72c9bee3b004481e1c2826aa24f39887f7"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.261/ruff-i686-pc-windows-msvc.zip",
"hash": "51b87adf039a466d1802ee4b8274362d7129a74abd75ceb8340daaa1137eeefc"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.261/ruff-aarch64-pc-windows-msvc.zip",
"hash": "8f11aaf97fb6e50a0d3690b30ef98872c2f5137e0f49e80cf6f5c99e6f9afb5c"
}
},
"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"
}
}
}