ruff: Update to version 0.5.4 (#5988)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Eric 2024-07-23 11:38:22 +02:00 committed by GitHub
parent 158803c958
commit c877150af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,20 @@
{
"version": "0.4.10",
"description": "An extremely fast Python linter, written in Rust",
"version": "0.5.4",
"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/v0.4.10/ruff-0.4.10-x86_64-pc-windows-msvc.zip",
"hash": "8e3305d1b6411a8ae5795790e473f855bf12d074e9e9716e2ef104e9ad499c25"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "c5cd39373397efc0de80790fbd4695e5a47b5f204b6e9278dddbc84413730d42"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-i686-pc-windows-msvc.zip",
"hash": "186e622879758c4f26026927415ed7ed57871b95ae241d39e4128007319eb3c7"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip",
"hash": "bf9549c14821c1cf3ecc65c7ddffd8b821b60e788d0fd5408ddd47a651b79e40"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-aarch64-pc-windows-msvc.zip",
"hash": "6b526e4da0d45589dc1247615e418d5e82490e25f8234b45551b2737f14ca5a1"
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "17453d6205bc19b13c0a745ae1310e95582a6d310d7ffed7d36ed126e8c6fd85"
}
},
"bin": "ruff.exe",
@ -22,13 +22,13 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip"
}
},
"hash": {