ruff: Update to version 0.8.1

This commit is contained in:
github-actions[bot] 2024-11-29 04:30:48 +00:00
parent ccf6c330c8
commit 05b9abeafc

View File

@ -1,20 +1,20 @@
{
"version": "0.8.0",
"version": "0.8.1",
"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.8.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "be33493b13911e7add147752d680d7f31501475b1758e714d731403accd9479f"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ba096b22fec82e5fffff9bf76a7a75d617586c4d03ef2d13eb047882c532427a"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-i686-pc-windows-msvc.zip",
"hash": "7313d797f2093e096418f814a9537fb1d34e5e74c2b4ac294a84346b5261069a"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-i686-pc-windows-msvc.zip",
"hash": "d9d062c0266e3eebf2aa32633600561465d54e2612cb4e5986a990f5968cdacf"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "cd9d99c402fa10ba1c19e490379d69e97867058251aadcd9b968e62cd5369a45"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "18823e9728c09c09347bdcb8bf56eee117476e19248fce0bf9553f1510244a23"
}
},
"bin": "ruff.exe",