ruff: Update to version 0.9.1

This commit is contained in:
github-actions[bot] 2025-01-10 20:29:08 +00:00
parent 2f9227684a
commit a453c80b1c

View File

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