ruff: Update to version 0.0.265

This commit is contained in:
github-actions[bot] 2023-05-05 20:25:41 +00:00
parent 6a178295c3
commit f65054a1d4

View File

@ -1,20 +1,20 @@
{ {
"version": "0.0.264", "version": "0.0.265",
"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.264/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.265/ruff-x86_64-pc-windows-msvc.zip",
"hash": "ed21b7c61839120e4c74c03e9a6c24d08e6c39bc2e9c6836b338a6b0b78797b7" "hash": "d79f8a6c14cc618afbc688613b3a3a3ae6460c73e76150b595344305cb553d11"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.264/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.265/ruff-i686-pc-windows-msvc.zip",
"hash": "498fc60b6ef8ebecd8430ad2a5eaf04945214f3f2e3b60452e9c55efd9427612" "hash": "51c4517d49811536711805e598262b41e87f713d30570bcd7609b8e48047ceb1"
}, },
"arm64": { "arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.264/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.265/ruff-aarch64-pc-windows-msvc.zip",
"hash": "837a74d5c863e37e48f0916f2c1630f1ace340eda0c58d91c118df4351a6c527" "hash": "d445f01a18e4099588e93dd4f3664b89c03264155e14bb72e32bc80c15d6dcbd"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",