ruff: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2024-04-18 21:06:16 +00:00
parent 16bb9c1cf0
commit a2d5ebb14c

View File

@ -1,20 +1,20 @@
{
"version": "0.3.7",
"version": "0.4.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.3.7/ruff-0.3.7-x86_64-pc-windows-msvc.zip",
"hash": "614136fdd24663104483eac99b62a61e6a22e97d685d7c7238ac5cd2fed9907e"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "813395d368745b4ee4ddd5e2b5d7abf28ef9fbd16ce8b55cc2d178f0b031e7e7"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-i686-pc-windows-msvc.zip",
"hash": "9a7914be652913b023e0fddc7532b233472828bdc0ed1e8deb3ff2eba2bec4da"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-i686-pc-windows-msvc.zip",
"hash": "8418876862e4451f05e28a6fa2be1f9124a30417ad32417d892e267fb2265779"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-aarch64-pc-windows-msvc.zip",
"hash": "e7155b46a4242d9013b8eec2a669b54719f0e53383d0b7f135fe9a8bc2d7436b"
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-aarch64-pc-windows-msvc.zip",
"hash": "2801603ba69d3f9c31a5623ebfb4fe85fd746357ced0ef67698649b93fd57c05"
}
},
"bin": "ruff.exe",