ruff: Update to version 0.11.1

This commit is contained in:
github-actions[bot] 2025-03-20 16:30:33 +00:00
parent 7ba9541d6c
commit bd08750ca7

View File

@ -1,20 +1,20 @@
{ {
"version": "0.11.0", "version": "0.11.1",
"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.11.0/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "92e87a04f5750312a5454610633f6af91485578cc1dd944b4692d2fb5f6188dc" "hash": "ea0371400228fcccd81c4d6884caa4c80d694cf73a20b6e9a685b0fac76c2455"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-i686-pc-windows-msvc.zip",
"hash": "92c1b065f33dcd88efa08fb374a81d9687430faee11c18f7d3dea12ad88ee163" "hash": "0a3931aee2ce36a9604109b9edb0e02e2a07401957fa2da125f4fa2199a836de"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "49c1a9f99aa0e606d66960be12bb21e40da190e4798a18df0bf361c99dc644ad" "hash": "ee7211b59f05be0e5c5fd24d5dc05591644fac4c15f4f013e5975511b27b9402"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",