ruff: Update to version 0.1.7

This commit is contained in:
github-actions[bot] 2023-12-05 00:32:28 +00:00
parent 40f6b8bef2
commit db0a1f8580

View File

@ -1,20 +1,20 @@
{ {
"version": "0.1.6", "version": "0.1.7",
"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.1.6/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.7/ruff-x86_64-pc-windows-msvc.zip",
"hash": "95f141c5e08d63114555ac03d67f65ee1f2715066384173ba07370e7785762dd" "hash": "cfb44b8fe17cf6b197722f89df6216509784731af8c9251b02c37e671f3dbcdd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.7/ruff-i686-pc-windows-msvc.zip",
"hash": "6f2da156ab896755a4bf52b9c15678bc55a785cf7ad3ed066cf9122cbafc4fd8" "hash": "746aea743e8734e992f40ed2de5afd8fb28a9916dbcfe34736071902532b902a"
}, },
"arm64": { "arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.7/ruff-aarch64-pc-windows-msvc.zip",
"hash": "5ab84560c8015fb15e3d4aff37d8af2fad054efe49fbbcc197abeea74e356d98" "hash": "c99c9ba70a61cf816b4a3e2c1ce6fc132a6eb480eaf411c864de4bcf6a121374"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",