ruff: Update to version 0.5.5

This commit is contained in:
github-actions[bot] 2024-07-25 16:29:37 +00:00
parent ed03b91f21
commit daed115e64

View File

@ -1,20 +1,20 @@
{
"version": "0.5.4",
"version": "0.5.5",
"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.5.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "c5cd39373397efc0de80790fbd4695e5a47b5f204b6e9278dddbc84413730d42"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-x86_64-pc-windows-msvc.zip",
"hash": "161eb7ae4f38d8b54e46b153f0a5b2ee6de55d198ca495ee1c0a1c0b2e0a8f26"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip",
"hash": "bf9549c14821c1cf3ecc65c7ddffd8b821b60e788d0fd5408ddd47a651b79e40"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-i686-pc-windows-msvc.zip",
"hash": "75a604d31e2ecc4890727b8ac55e63be7cb3151800be56e62c4aa70f67b6d3e2"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "17453d6205bc19b13c0a745ae1310e95582a6d310d7ffed7d36ed126e8c6fd85"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-aarch64-pc-windows-msvc.zip",
"hash": "f179ae5848892e940da3b27893bb5d0a9b1176a8228a55e099cd9bc7f16c0090"
}
},
"bin": "ruff.exe",