ruff: Update to version 0.6.2

This commit is contained in:
github-actions[bot] 2024-08-22 16:30:00 +00:00
parent 92246763bc
commit d0a1122832

View File

@ -1,20 +1,20 @@
{ {
"version": "0.6.1", "version": "0.6.2",
"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.6.1/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "a703f5008033bffb10ee2f9d96339de0bd5168440735b3d139b0548df795cdaa" "hash": "c3fca2b8be67ac608941ead77dc07b8ee4f9c884f8491b46aaff42478dd6a4c3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-i686-pc-windows-msvc.zip",
"hash": "74a84fe2998c517d2825719067db793e365ec4247ce7f6a10839158e1b0e983c" "hash": "c0be6bfc620eb25e2156aa309b8cf609af7df9eeb22695b0434fd5c33a63671e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "9e0313f0d0963ef4ed51bc8eba22727799086275d03eca6bc78188113dea6467" "hash": "1c28becfb6a220b3cf1eeb734bcf8c3220f24c3bc5a35a17e72d7c8352da9106"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",