ruff: Update to version 0.9.3

This commit is contained in:
github-actions[bot] 2025-01-23 20:27:43 +00:00
parent b5c5cb3187
commit 047525dd72

View File

@ -1,20 +1,20 @@
{ {
"version": "0.9.2", "version": "0.9.3",
"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.2/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "77d4124dc2ab70a9e1e30114c2028f04618dc78be948b4f6e00a1256c4f349ac" "hash": "60e67f1b9373d5da71af5f9863acf28429367b296665935f2c2b9f8a2b260a92"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.3/ruff-i686-pc-windows-msvc.zip",
"hash": "f310eee069cc922b0f18b00cac907114535d72c759ee0dbd221682e11769978c" "hash": "a7a8078d1f1f80d803e009dfa295ecd7445b630aa9fbcbb14fbddffd9cdeadd2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "5bed70eea1b95e0aaea3839e7c95cc90037e9e42aa3af7db04536c1ac972b08f" "hash": "3ead3099e552d60f3e85a41fb649c703a5825c22e08ad97261f5a89162463604"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",