ruff: Update to version 0.13.1

This commit is contained in:
github-actions[bot] 2025-09-18 20:28:39 +00:00
parent 7fdfe837c4
commit 3fdd93adcf

View File

@ -1,20 +1,20 @@
{ {
"version": "0.13.0", "version": "0.13.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.13.0/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "3a8d8cb96333671f78a5d209ddb4f830287e3eb2796fe01dd043b02ec1c1c7f1" "hash": "d9a89413459698f4b1a3803fe76ce1f5976c7d058ed33a081dcc570aca20ced7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-i686-pc-windows-msvc.zip",
"hash": "2cfb5ee1214ce8e5d8bbeefd7f48571b98f03dfb4f226fdebf879af82f912d7c" "hash": "f95615a35a87d7f8f6fb501feb01bc419e6d268ecd4af4f18777efac603a7d2a"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "7131186a9e946ed5ef6bc90724b549b05317bbb7919b19927bfdf23df4434249" "hash": "17c8ec337b61c014c0d1d090e379f28181d34c3d29edf528de3cf006f944bb18"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",