ruff: Update to version 0.6.6

This commit is contained in:
github-actions[bot] 2024-09-20 04:28:59 +00:00
parent 5337a23508
commit a23eacc59f

View File

@ -1,20 +1,20 @@
{
"version": "0.6.5",
"version": "0.6.6",
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.5/ruff-x86_64-pc-windows-msvc.zip",
"hash": "01528b56d42043548ce06d007ea0a7283963d3df99080ef5f44ff8d81d01c5cf"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.6/ruff-x86_64-pc-windows-msvc.zip",
"hash": "48fffdac44103071e36e4b3cf2a4a983c9c5c9847c684ccc181d4aa4953356c6"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.5/ruff-i686-pc-windows-msvc.zip",
"hash": "41e43e300485f1004d82d5d418109f6b42d3430f5759e40956fcee9d17a66497"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.6/ruff-i686-pc-windows-msvc.zip",
"hash": "7b840e5c1c437af8a4cf10f78ae0473371431284fc91ad956582f58189757f07"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.5/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6d839b1d9873d5b12a91ca98a99698d039e47b4a7679c8bbed3bb6c1cd386343"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.6/ruff-aarch64-pc-windows-msvc.zip",
"hash": "dae68f9a8b481b6c15b67cbcb55e5b4f8f80a29b417b57ff2c05837e3bbe436c"
}
},
"bin": "ruff.exe",