ruff: Update to version 0.14.0

This commit is contained in:
github-actions[bot] 2025-10-07 20:29:06 +00:00
parent 74106a5539
commit 3043d4c3b6

View File

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