2023-06-21 04:28:51 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.274",
"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.274/ruff-x86_64-pc-windows-msvc.zip",
"hash": "48638029c3992691e6416a5b995c11ae97fa8bddd5bf9d46aa3c20cefc7e1929"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.274/ruff-i686-pc-windows-msvc.zip",
"hash": "a6ccd2a0fd8aa2b10015ed7659c41beace151db8c67db349609ebb921d000390"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.274/ruff-aarch64-pc-windows-msvc.zip",
"hash": "69e1f717871440dc0f440d87d6ddb67fe0fb0f1009072ffefecd70e7f98f3b18"
}
},
"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"
}
}
}