ruff: Update to version 0.9.10

This commit is contained in:
github-actions[bot] 2025-03-07 16:30:12 +00:00
parent 44b94e831f
commit e6e8a99e49

View File

@ -1,20 +1,20 @@
{
"version": "0.9.9",
"version": "0.9.10",
"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.9/ruff-x86_64-pc-windows-msvc.zip",
"hash": "13ccd981a38af7011844f8125210007aef026ad59348db9944a083d6081e660d"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-x86_64-pc-windows-msvc.zip",
"hash": "f1e75b080ea1c83737d0ada30a1338ba87d7792ce1dadd67daade720b539f8f7"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-i686-pc-windows-msvc.zip",
"hash": "4c0355a6c9ec92d89c8802aabd84a7e0fcf27794befc51a1c7a58bec2b70e5fd"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-i686-pc-windows-msvc.zip",
"hash": "a4ebfb2e8521e01dcd4ac4ca554b29e24157eb042c2a93662c7107bbb92d90ed"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-aarch64-pc-windows-msvc.zip",
"hash": "48ef6bde8d31c3e959e2ced28d033c948dfdf7bc06578865d404987be88c89af"
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-aarch64-pc-windows-msvc.zip",
"hash": "3e89dd753090ae81947e8e2ddb88cf0475c931041d92afb95654ade5af54d7f7"
}
},
"bin": "ruff.exe",