ruff: Update to version 0.12.8

This commit is contained in:
github-actions[bot] 2025-08-07 20:29:48 +00:00
parent eeccc2d1d6
commit 4ceb65ad72

View File

@ -1,20 +1,20 @@
{ {
"version": "0.12.7", "version": "0.12.8",
"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.7/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.8/ruff-x86_64-pc-windows-msvc.zip",
"hash": "12a239698d4f0926523cb51a9b00a560615d6237e9a748c563a74f4708f4abdf" "hash": "223d7691fc68bfcfb0bbefa35e5d63998721367404573d883e97583fe73a7682"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.7/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.8/ruff-i686-pc-windows-msvc.zip",
"hash": "becca8cf66388f2532477ad28fae2bd3ccfda8635f4fd68d7139914020203ff6" "hash": "50bd0eea8f4dc8a94a96cc64f3f61163421f02230672e12b5a91068c7585f7e1"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.7/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.12.8/ruff-aarch64-pc-windows-msvc.zip",
"hash": "35b51d47463eebfc2d39863222a19540e73ddda5b1662b88e774580a7ac526a4" "hash": "99cedac1f9b7a321a0e2b81ded68bbaf5dbff6aedac528766eda50d3871ccce9"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",