ruff: Update to version 0.1.4

This commit is contained in:
github-actions[bot] 2023-11-04 00:32:24 +00:00
parent 2dcd36a1d4
commit 48469ad55d

View File

@ -1,20 +1,20 @@
{ {
"version": "0.1.3", "version": "0.1.4",
"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.3/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "605e44ed4e7ae718dca298584270816c1d8c6eddcc1bc96b17c37d5938706ddc" "hash": "d87c514da69457d7b6b6c9805a0b9e339d4b0bc865be45fc439c703c30d98f37"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-i686-pc-windows-msvc.zip",
"hash": "cc24eb8bc24c90ccb6686485c02d3df3a0cec04c9d0491d92a4479dad9064313" "hash": "578ff7a38fb17d7724e546cb28a4be4055982dec496f4bcf6563af8d0574193d"
}, },
"arm64": { "arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "daf5642a0b14d78a7cb1c9e7305d034ee9c6a09071e8507379b5b2686da9150c" "hash": "308e9e70c60549ca7b4f173c5dd9c1992daf265f3e934698f90baeebefe97c71"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",