ruff: Update to version 0.4.2

This commit is contained in:
github-actions[bot] 2024-04-25 20:25:36 +00:00
parent cf2684e314
commit 6f4b1be2fe

View File

@ -1,20 +1,20 @@
{
"version": "0.4.1",
"version": "0.4.2",
"description": "An extremely fast Python linter, 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.1/ruff-0.4.1-x86_64-pc-windows-msvc.zip",
"hash": "836106da10c5d575416bc47cafab8d9b7c62bc3f9b69ad215100b09f0507a3ba"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-x86_64-pc-windows-msvc.zip",
"hash": "ede9b71bae135e2042a5bdc61446da4c059776640ca803dd24a07a3d9a335ec1"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.1/ruff-0.4.1-i686-pc-windows-msvc.zip",
"hash": "46862da5b90eaf4d4c7eeac6c889a7d713d85c13a7acc828ce5e161d4d8f8412"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-i686-pc-windows-msvc.zip",
"hash": "521e4088ae693eb5e2ad16f6a8d70ccf97c2ca3b733117a50af27464036d3af5"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.1/ruff-0.4.1-aarch64-pc-windows-msvc.zip",
"hash": "2753f817675f6e3f31c324159e08ab0e1103056d4abd9e24c3042bc59bebec88"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-aarch64-pc-windows-msvc.zip",
"hash": "19febbd1eb6bf4c7091b323548aee452d342e35f0daddcb2445e4416bf37bfaf"
}
},
"bin": "ruff.exe",