ruff: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2024-02-29 20:25:06 +00:00
parent c3b7c22127
commit b3971448d1

View File

@ -1,20 +1,20 @@
{
"version": "0.2.2",
"version": "0.3.0",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-x86_64-pc-windows-msvc.zip",
"hash": "e36d3126da1161d3c6228db215cc8fdf315a7503fe09be54004f226019aa5b2a"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-x86_64-pc-windows-msvc.zip",
"hash": "e28900051a3b835d0e11d86f9139ef484db274b5b8ed2294ddbce3d68caa2205"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-i686-pc-windows-msvc.zip",
"hash": "3681f8e404982bc92ae63b8ee85d1f14b378a0fabc96be18dea6a3281bbb46a0"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-i686-pc-windows-msvc.zip",
"hash": "217e729410d6aafddd9df856ab1dfdf0e130c79afb39a0a671f3d1035e79edac"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.2/ruff-0.2.2-aarch64-pc-windows-msvc.zip",
"hash": "ab35fd6fc5886cf63541dec00172f41fa03242e53c6c5f1213c3a09d9c9a6c97"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-aarch64-pc-windows-msvc.zip",
"hash": "c38e93d6c5127ca7cb147af78e1faae0c3746837d7819e7d4f4e9b505dc28c86"
}
},
"bin": "ruff.exe",