ruff: Update to version 0.13.2

This commit is contained in:
github-actions[bot] 2025-09-25 16:29:50 +00:00
parent b2fd1398f3
commit 08329c53a1

View File

@ -1,20 +1,20 @@
{
"version": "0.13.1",
"version": "0.13.2",
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d9a89413459698f4b1a3803fe76ce1f5976c7d058ed33a081dcc570aca20ced7"
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "dea59c3440e59e4dbfa17ec8e51c10fb6f7586650cf30aad8dd8674ee4cb3f3c"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-i686-pc-windows-msvc.zip",
"hash": "f95615a35a87d7f8f6fb501feb01bc419e6d268ecd4af4f18777efac603a7d2a"
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-i686-pc-windows-msvc.zip",
"hash": "cc498f637cca87e1a87ba35f66e020797e514959bf74932d87d9b8c8a5d733b1"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "17c8ec337b61c014c0d1d090e379f28181d34c3d29edf528de3cf006f944bb18"
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "58b946ceaa220052bcb919d1a64ce3fd216ab24ae121fd0484513dd518ff5a40"
}
},
"bin": "ruff.exe",