ruff: Update to version 0.1.3

This commit is contained in:
github-actions[bot] 2023-10-26 20:24:06 +00:00
parent e717dc2fab
commit d8f17a5657

View File

@ -1,20 +1,20 @@
{
"version": "0.1.2",
"version": "0.1.3",
"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.2/ruff-x86_64-pc-windows-msvc.zip",
"hash": "5e515c69653469736e76848f401d9f72b4396d8b7be2be77f748109e04542d26"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "605e44ed4e7ae718dca298584270816c1d8c6eddcc1bc96b17c37d5938706ddc"
},
"32bit": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.2/ruff-i686-pc-windows-msvc.zip",
"hash": "aca5b93beac3a76edd7c2ea55f0e09672d2d7f85fcf5c9f4f65c252db643b5b4"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-i686-pc-windows-msvc.zip",
"hash": "cc24eb8bc24c90ccb6686485c02d3df3a0cec04c9d0491d92a4479dad9064313"
},
"arm64": {
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.2/ruff-aarch64-pc-windows-msvc.zip",
"hash": "644390067887b8b0f1bff2805211de6bd006c97ce259760260b27da5356a7db6"
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "daf5642a0b14d78a7cb1c9e7305d034ee9c6a09071e8507379b5b2686da9150c"
}
},
"bin": "ruff.exe",