ruff: Update to version 0.9.0

This commit is contained in:
github-actions[bot] 2025-01-09 16:30:20 +00:00
parent bdb75eaa3b
commit 37c5b2b2b3

View File

@ -1,20 +1,20 @@
{ {
"version": "0.8.6", "version": "0.9.0",
"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.6/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "4ca646f3659a88eb64b73bcfd4a4927c0194005c5aff69f4c71406d4370360c2" "hash": "3e9db77d8f91977f8f00fbce61a2a5f3cd747ceaf24aee03309d114233fe8fbf"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-i686-pc-windows-msvc.zip",
"hash": "00f6a747a5fb29d604e8921ee2564523e93f1e85522d9e347af703220a596a1e" "hash": "7ab0393909605bedb8db948366dbe811a9568f4a0b7fb7df109829f81530a18e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1b1a9cc718c59e7c2a9fd471ba39b7eed7730094b7d8ecdc554bbb66f53715d0" "hash": "0a027f0966de7a2fedef4c0b5c21d0e78a4711d3a4f8c413b643c564315db42d"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",