ruff: Update to version 0.1.0

This commit is contained in:
github-actions[bot] 2023-10-16 20:25:26 +00:00
parent 365363dd96
commit 6724ffd893

View File

@ -1,20 +1,20 @@
{ {
"version": "0.0.292", "version": "0.1.0",
"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.292/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "76f1fd5b40a9325a7638f0a5d1d260aa7c10b9d63456ab6d8345afa68db907fe" "hash": "a6974efb00ff6b162927691e616b45223195444a1fc28886ded8faca825312be"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.292/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-i686-pc-windows-msvc.zip",
"hash": "3dec6513e8bcbbee8a57c868acd808eb1bccd9e00b07e35c1ba70ff78fb84224" "hash": "2c9e7dde93a1d2d458f03c98dbf4c0de1630d1a41a82bbaf6d91d4ffe7114523"
}, },
"arm64": { "arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.292/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "bbdf4aa474899196290734f45dabebc4faf796039367125c171ec017f7bcfa85" "hash": "a2f66624f000c30c0768ddf2ca55c7437181fdcf937ead004cb7ef8504da2fd5"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",