ruff: Update to version 0.11.13

This commit is contained in:
github-actions[bot] 2025-06-06 00:40:05 +00:00
parent 74f4e3be8f
commit 7e63753122

View File

@ -1,20 +1,20 @@
{ {
"version": "0.11.12", "version": "0.11.13",
"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.12/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.13/ruff-x86_64-pc-windows-msvc.zip",
"hash": "e82daaa5e48d736188701453c299bc8f88499688ebdada4b1abeb723965ffcd9" "hash": "d77fb4ed36392337d334bf9bcef1c5d91ec221e96c53ae8aa147e922c71ddb64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.12/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.13/ruff-i686-pc-windows-msvc.zip",
"hash": "1bf29679dd5206c9934d42040a5bea6398ff34148c888d89100b8469178cba3c" "hash": "2f226cee3dfc3964928e7cac890f022fa034bc4d1fb9b6124260f5dddd23acf2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.12/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.13/ruff-aarch64-pc-windows-msvc.zip",
"hash": "cde9c77e457edc98dd9f2ac39f1415d00117c564e7620e055da260fc05085476" "hash": "67c4e1196d798ab8e4c0fb3fc81e3799ec9fcab1d236f286d348dcd6dfe4cfc2"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",