ruff: Update to version 0.7.1

This commit is contained in:
github-actions[bot] 2024-10-24 16:30:35 +00:00
parent 523f32b99c
commit e0e5dc0d46

View File

@ -1,20 +1,20 @@
{ {
"version": "0.7.0", "version": "0.7.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.7.0/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "2756a7af416663a8d885282e1cbedf39ccadeeb51e8d4cb7a5e89ba44dfd170a" "hash": "b8172c829aeb6c9952a34da16364e4dc41377ec12212fe0ee3580e32eb850623"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-i686-pc-windows-msvc.zip",
"hash": "e67f6d247ce810f2cefd50191fabc6a6eef44734089dc8f98e1adb41aa428c75" "hash": "322022c2c7b9a9817aa6250cc466cb5c86e751dca0529943e5550b01efffb68e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "714a958732d2ae6ba73ed1d08bb51e7834064217c07ad927dfae6d6bbbeb166f" "hash": "b421cb7d43ed453dc3295bb952dc753de79790fa0bd0f1580ad96776217a6e3b"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",