ruff: Update to version 0.3.1

This commit is contained in:
github-actions[bot] 2024-03-07 00:33:31 +00:00
parent 65c25a4d82
commit 9b93cb5779

View File

@ -1,20 +1,20 @@
{ {
"version": "0.3.0", "version": "0.3.1",
"description": "An extremely fast Python linter, written in Rust", "description": "An extremely fast Python linter, 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/v0.3.0/ruff-0.3.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.1/ruff-0.3.1-x86_64-pc-windows-msvc.zip",
"hash": "e28900051a3b835d0e11d86f9139ef484db274b5b8ed2294ddbce3d68caa2205" "hash": "deb49bfdcb8e6b96efa38031b30c79869b49a67a66ef53c9662ec888a7564979"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.1/ruff-0.3.1-i686-pc-windows-msvc.zip",
"hash": "217e729410d6aafddd9df856ab1dfdf0e130c79afb39a0a671f3d1035e79edac" "hash": "07c0971ea53bf45044494f8dafacb1a45185650c7970db2733fd726ca6d197c1"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.1/ruff-0.3.1-aarch64-pc-windows-msvc.zip",
"hash": "c38e93d6c5127ca7cb147af78e1faae0c3746837d7819e7d4f4e9b505dc28c86" "hash": "9a64f79ddc3e50b8aa74ac404f50326b1e97d0d4aa3c8150540c6e956636b2fc"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",