ruff: Update to version 0.3.6

This commit is contained in:
github-actions[bot] 2024-04-11 21:06:03 +00:00
parent d24f271a9e
commit db9e5a2941

View File

@ -1,20 +1,20 @@
{ {
"version": "0.3.5", "version": "0.3.6",
"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.5/ruff-0.3.5-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-x86_64-pc-windows-msvc.zip",
"hash": "a9b3c3cf1125667dc95aff6d24278aeebdb25c63bc6a2f138a93b4f9226642be" "hash": "bfe5d3af54d2d12e8487e397e25505acb89cfb64c08ab44c0cc5a09b9276a1ac"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-i686-pc-windows-msvc.zip",
"hash": "11d0e106d8d51ffc964c4e2512ece8b39f0966bb1c4d0528c4bff2fac7d1d7a3" "hash": "b70dfce4ad815a793d17dc27194528ae88dcdb6a7e31ebc386fb68bffd04f2e1"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-aarch64-pc-windows-msvc.zip",
"hash": "d0fc509148bf343681bf66cfd76b87b4a9465c4c1a4fb466da59671354857def" "hash": "13bfb83dc2675820a11d2468b63fcd3d83800aa546c3e21d00ccf5e80af49b96"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",