ruff: Update to version 0.1.13

This commit is contained in:
github-actions[bot] 2024-01-12 16:27:35 +00:00
parent 2b709ad431
commit bab25396e6

View File

@ -1,20 +1,20 @@
{ {
"version": "0.1.12", "version": "0.1.13",
"description": "An extremely fast Python linter, written in Rust", "description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff", "homepage": "https://github.com/astral-sh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-x86_64-pc-windows-msvc.zip",
"hash": "255a7e8a84cf33cc495653b78768c733af3f7d7f4c698df80180eb60b537c3f3" "hash": "281ac3ac6b33367766313589c6fa0afce073a3cfb0eead36bf7e2fea4cbe797d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-i686-pc-windows-msvc.zip",
"hash": "88a15fb7265646cccb996a59fb802ac70660e4f12ea686f629c6b0f545cf3d04" "hash": "0c1dc1f3e52e618246c489d306bea596c2697106a1ae3dda0bbafe9688517fc2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-aarch64-pc-windows-msvc.zip",
"hash": "7a5b061d0165ab9dd0d7112158e17bcf8d83c71cf4db72152273846889cc4978" "hash": "2920aa60da39e966c2b49b2d851d92cbe22a0e0030db85599fc35c5ea232f316"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",