ruff: Update to version 0.8.2

This commit is contained in:
github-actions[bot] 2024-12-05 16:31:55 +00:00
parent 41ec964369
commit f2f128c75f

View File

@ -1,20 +1,20 @@
{ {
"version": "0.8.1", "version": "0.8.2",
"description": "An extremely fast Python linter and code formatter, written in Rust.", "description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff", "homepage": "https://github.com/astral-sh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.8.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ba096b22fec82e5fffff9bf76a7a75d617586c4d03ef2d13eb047882c532427a" "hash": "4ee1f8373e7f7c1be42d51b642d576cfea068584c5c8ee7086f502f0d3a2f483"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.8.2/ruff-i686-pc-windows-msvc.zip",
"hash": "d9d062c0266e3eebf2aa32633600561465d54e2612cb4e5986a990f5968cdacf" "hash": "cb031edcace8297046c1fa0eba4eb37982c1b18f5f744ad1fbcb3271e6d845e8"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.8.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "18823e9728c09c09347bdcb8bf56eee117476e19248fce0bf9553f1510244a23" "hash": "547b3ff302b124023e025d7cf662e8b818740432338c7e2b5c990edc3dbeeb6d"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",