ruff: Update to version 0.9.2

This commit is contained in:
github-actions[bot] 2025-01-16 16:30:55 +00:00
parent 45b28fe16b
commit b323bf1715

View File

@ -1,20 +1,20 @@
{ {
"version": "0.9.1", "version": "0.9.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.9.1/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "7da670a27b595c715c315e99d8a96b82fc97dbccc99e10677d33757195554c10" "hash": "77d4124dc2ab70a9e1e30114c2028f04618dc78be948b4f6e00a1256c4f349ac"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-i686-pc-windows-msvc.zip",
"hash": "ab90abd4f5f697d0c97f09565f01f5483a2075b6e36104d8dce83957f9c319b5" "hash": "f310eee069cc922b0f18b00cac907114535d72c759ee0dbd221682e11769978c"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "e31578352732bd493497a0472d28cf9e90ff7d3c689fe3a6dbf44a1a785e42ff" "hash": "5bed70eea1b95e0aaea3839e7c95cc90037e9e42aa3af7db04536c1ac972b08f"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",