2023-03-30 00:34:38 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.260",
"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.260/ruff-x86_64-pc-windows-msvc.zip",
"hash": "4ee692a048ba150287edeebc788c80ea6093d9de6b479bf206d77b2d99470b93"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-i686-pc-windows-msvc.zip",
"hash": "b2e841cdab591d5a5c05d4b8f23e918258f4ae8a67f6b7db9a831368e09b5d84"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-aarch64-pc-windows-msvc.zip",
"hash": "916407b0e06b500c4ce0838f2026f5caedefbbb7fd1d3c34d12bda75f142c65d"
}
},
"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"
}
}
}