ruff: Update to version 0.6.3

This commit is contained in:
github-actions[bot] 2024-08-29 16:30:21 +00:00
parent 5c69d98628
commit f90d584b93

View File

@ -1,20 +1,20 @@
{
"version": "0.6.2",
"version": "0.6.3",
"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.6.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "c3fca2b8be67ac608941ead77dc07b8ee4f9c884f8491b46aaff42478dd6a4c3"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "2a4bdca05e61b9855b7668d5377503feb69332fd1401069392212e0579533608"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-i686-pc-windows-msvc.zip",
"hash": "c0be6bfc620eb25e2156aa309b8cf609af7df9eeb22695b0434fd5c33a63671e"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-i686-pc-windows-msvc.zip",
"hash": "91964a944144408f8d590fa9714d65a437b845bd513a03f40c0b2ba9f85bc992"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1c28becfb6a220b3cf1eeb734bcf8c3220f24c3bc5a35a17e72d7c8352da9106"
"url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "2c8ae364f971be8e23efec0a503dbfdc6fe9af7c33460ab565673f4e85706866"
}
},
"bin": "ruff.exe",