ruff: Update to version 0.14.2

This commit is contained in:
github-actions[bot] 2025-10-23 20:29:03 +00:00
parent 8e2bb012b8
commit d5c865beef

View File

@ -1,20 +1,20 @@
{
"version": "0.14.1",
"version": "0.14.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.14.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ab0bc1876a16e1afa4177fe9f58d568fbe85921efb253395bd03d01e1e2c467d"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "0a1160f45263cc847acd4b42392bf0484c9420806eeb7f776e1384fb557aeade"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-i686-pc-windows-msvc.zip",
"hash": "ffe525c5e641f3bef31d9bc6e1e3585f9f796dda1254c15e5a18ef51a91917c3"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.2/ruff-i686-pc-windows-msvc.zip",
"hash": "125e2010b28ccb01ed2a4596e3db8d8dc0a46ccba2ee08e6038cc56ebbfbcb96"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "3bd0b34cc645faaf88b4010a639d9b0ec6c313359774ad7e48daaef4ddb3c4f7"
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "4fb68c66c719b337c2364aeb8210326a28b8ae046ef9a9c90407d473264515dd"
}
},
"bin": "ruff.exe",