ruff: Update to version 0.0.259

This commit is contained in:
github-actions[bot] 2023-03-24 12:31:22 +00:00
parent d58326f517
commit 4d456b56ef

View File

@ -1,20 +1,20 @@
{ {
"version": "0.0.258", "version": "0.0.259",
"description": "An extremely fast Python linter, written in Rust", "description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/charliermarsh/ruff", "homepage": "https://github.com/charliermarsh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.258/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-x86_64-pc-windows-msvc.zip",
"hash": "166860009e58e6923dfa700b9df5f51a85aad23df6798d82614f46cd0aede60c" "hash": "4047f68358795a1d3c6b2abfeded039fa3e00df61f50c6c5775f5f73028c5d7a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.258/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-i686-pc-windows-msvc.zip",
"hash": "56c99a61e4217e8dfbc966c6216a032f3925d5129ae34fb6fa52e57212a3869e" "hash": "bd4781ddd381f083b23d17346dfeb1d4fc1156d3fac59778a95370eafdee1fbf"
}, },
"arm64": { "arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.258/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-aarch64-pc-windows-msvc.zip",
"hash": "fdb09c7f312078bbaaa829ce779053c25a9f1a5f4576c79b6ecd36726e81f681" "hash": "59656e073f16066c8d64dfab14e4921cf79dcb8d65d0357a6161b62e2388831b"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",