ruff: Update to version 0.14.1

This commit is contained in:
github-actions[bot] 2025-10-16 20:28:50 +00:00
parent 6334e4a484
commit 5176b9020b

View File

@ -1,20 +1,20 @@
{
"version": "0.14.0",
"version": "0.14.1",
"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.14.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "f81f957c862f310ac0be70ae7cef2e99afb4cc09648e40c039432e11465c2c1c"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ab0bc1876a16e1afa4177fe9f58d568fbe85921efb253395bd03d01e1e2c467d"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.0/ruff-i686-pc-windows-msvc.zip",
"hash": "75326418f1728e83ff615143beb32d203c73272621c4fec402dfd9c4ca0a403d"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-i686-pc-windows-msvc.zip",
"hash": "ffe525c5e641f3bef31d9bc6e1e3585f9f796dda1254c15e5a18ef51a91917c3"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "a882d2ec2235c13f63453fde682775d2e1f8a44ccfd1af9e031255b051e30e70"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "3bd0b34cc645faaf88b4010a639d9b0ec6c313359774ad7e48daaef4ddb3c4f7"
}
},
"bin": "ruff.exe",