ruff: Update to version 0.11.9

This commit is contained in:
github-actions[bot] 2025-05-09 16:30:14 +00:00
parent 1ba65db659
commit 91e5c8ea7a

View File

@ -1,20 +1,20 @@
{
"version": "0.11.8",
"version": "0.11.9",
"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.11.8/ruff-x86_64-pc-windows-msvc.zip",
"hash": "2279f17ad7474b9a1493ec2aab404e6f1109272d3221a5d38ee06ceb0e4c6100"
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-x86_64-pc-windows-msvc.zip",
"hash": "b3c7144d40b3860b104cb88e5c8a95a326b81b3d305b9b6a2ce304761b8508c3"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-i686-pc-windows-msvc.zip",
"hash": "c9d35f023f94110fd77e0d84240b8c1daf26f923e115556d7ef1e1d3af663e83"
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-i686-pc-windows-msvc.zip",
"hash": "17dd0dc46c38bf1fe4af50f1cc5b128054a43182cfb643d5ab2ac0382e94719b"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-aarch64-pc-windows-msvc.zip",
"hash": "06c2152f269949390bdde0cc9f6d74eb3f4068853a3d772b9ac9baa675b63a06"
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-aarch64-pc-windows-msvc.zip",
"hash": "bebd2f05e37101023d32ca6b0a6ca1f619b0c5faccde7df0960d96bcc2bcf8bc"
}
},
"bin": "ruff.exe",