ruff: Update to version 0.12.7

This commit is contained in:
github-actions[bot] 2025-07-30 00:44:40 +00:00
parent f4174bd300
commit 1c15959f47

View File

@ -1,20 +1,20 @@
{ {
"version": "0.12.5", "version": "0.12.7",
"description": "An extremely fast Python linter and code formatter, written in Rust.", "description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff", "homepage": "https://github.com/astral-sh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.7/ruff-x86_64-pc-windows-msvc.zip",
"hash": "91b88d365f60e3b641d5204a87d56275cd1b4a869f939b637b06e1d6e9fd38e1" "hash": "12a239698d4f0926523cb51a9b00a560615d6237e9a748c563a74f4708f4abdf"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.7/ruff-i686-pc-windows-msvc.zip",
"hash": "a0c5b5be39841055fa7b4255cbcc9e8761a1328f461d2335dd53cc195b7c51bb" "hash": "becca8cf66388f2532477ad28fae2bd3ccfda8635f4fd68d7139914020203ff6"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.7/ruff-aarch64-pc-windows-msvc.zip",
"hash": "b5f06365b87c4d90de76dbd17379db937faa49cd37a931f1908e7c94a604dcd4" "hash": "35b51d47463eebfc2d39863222a19540e73ddda5b1662b88e774580a7ac526a4"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",