ruff: Update to version 0.2.2

This commit is contained in:
github-actions[bot] 2024-02-18 00:32:21 +00:00
parent 488324d326
commit f2fa807123

View File

@ -1,20 +1,20 @@
{ {
"version": "0.2.1", "version": "0.2.2",
"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.2.1/ruff-0.2.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-x86_64-pc-windows-msvc.zip",
"hash": "60e989abb4080d1509bdb4314439e21b12c7d4d7bdb31b6f4af6933df75837ec" "hash": "e36d3126da1161d3c6228db215cc8fdf315a7503fe09be54004f226019aa5b2a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.1/ruff-0.2.1-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-i686-pc-windows-msvc.zip",
"hash": "b38b5f9bce685ddc68674aa8c9923630c87ec65038201d8a9d316eecaa84b48b" "hash": "3681f8e404982bc92ae63b8ee85d1f14b378a0fabc96be18dea6a3281bbb46a0"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.1/ruff-0.2.1-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-aarch64-pc-windows-msvc.zip",
"hash": "20fe77caa371c9b57e5f1d07dc88a8a38f9797bbfb8b32084eaf5cf27cfa554f" "hash": "ab35fd6fc5886cf63541dec00172f41fa03242e53c6c5f1213c3a09d9c9a6c97"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",