ruff: Update to version 0.8.0

This commit is contained in:
github-actions[bot] 2024-11-22 12:31:52 +00:00
parent 6da80d34a4
commit 41be2e9224

View File

@ -1,20 +1,20 @@
{
"version": "0.7.4",
"version": "0.8.0",
"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.7.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d6c1c7ecfcce022f87a172ed8586f068f616e9844d6ee5d2527dfcfb7348f45c"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "be33493b13911e7add147752d680d7f31501475b1758e714d731403accd9479f"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-i686-pc-windows-msvc.zip",
"hash": "8952479328ddb7f89812a5f560a34c4a2e675cf72127a1ed86e631f5ccc845f0"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-i686-pc-windows-msvc.zip",
"hash": "7313d797f2093e096418f814a9537fb1d34e5e74c2b4ac294a84346b5261069a"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1d9080512657669c3904bf9d779140f90ca1f5d0e2ffa3bc8c0042b1da73dda3"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "cd9d99c402fa10ba1c19e490379d69e97867058251aadcd9b968e62cd5369a45"
}
},
"bin": "ruff.exe",