ruff: Update to version 0.1.1

This commit is contained in:
github-actions[bot] 2023-10-20 00:33:41 +00:00
parent 4b93c33b09
commit 58690cb466

View File

@ -1,20 +1,20 @@
{
"version": "0.1.0",
"version": "0.1.1",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/charliermarsh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "a6974efb00ff6b162927691e616b45223195444a1fc28886ded8faca825312be"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "080877770e3494637a01cca05e88ed9a5a450f6129b90053e7f3014ce761f178"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-i686-pc-windows-msvc.zip",
"hash": "2c9e7dde93a1d2d458f03c98dbf4c0de1630d1a41a82bbaf6d91d4ffe7114523"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.1/ruff-i686-pc-windows-msvc.zip",
"hash": "a6d5601c9704790409a3540d6dc6cc2a955b234f07df9553e5b4555f9b8ac7e5"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "a2f66624f000c30c0768ddf2ca55c7437181fdcf937ead004cb7ef8504da2fd5"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "8eb1f83b0e3c9ddd818176fc26065b87b7cb119764c84b109c70d12dff283d21"
}
},
"bin": "ruff.exe",