ruff: Update to version 0.9.8

This commit is contained in:
github-actions[bot] 2025-02-27 16:30:45 +00:00
parent 7f8933b002
commit adbf50a2ce

View File

@ -1,20 +1,20 @@
{
"version": "0.9.7",
"version": "0.9.8",
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.7/ruff-x86_64-pc-windows-msvc.zip",
"hash": "236c69ed510a3302f40b5e0ec1cde0cc7535146cd37658e6d3168c85e94e308a"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.8/ruff-x86_64-pc-windows-msvc.zip",
"hash": "7144401f70fe7410a771537cf2bc6e50a82cf95a2f51c611397ed4eccb777409"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.7/ruff-i686-pc-windows-msvc.zip",
"hash": "72e941fd8177a8cf9f4b9a56e8c8a8262440b98b69b415062c06709cdb4d9361"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.8/ruff-i686-pc-windows-msvc.zip",
"hash": "3f5ab787bb2e39ce582675af5ab600f4e08a4f65c44e34e7b840cf6a231bd43a"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.7/ruff-aarch64-pc-windows-msvc.zip",
"hash": "724a1d87421e125759e9b7dbab16a4d1034892ce4180aaaf61e3ebbe7e67afa2"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.8/ruff-aarch64-pc-windows-msvc.zip",
"hash": "6b14e0a3a3d5e783ddc1e3dbecbb3552c0b302a096af88e7b57323bb6d88975e"
}
},
"bin": "ruff.exe",