mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
ruff: Update to version 0.14.8
This commit is contained in:
parent
855816717e
commit
3cedb86942
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.14.7",
|
"version": "0.14.8",
|
||||||
"description": "An extremely fast Python linter and code formatter, written in Rust.",
|
"description": "An extremely fast Python linter and code formatter, written in Rust.",
|
||||||
"homepage": "https://github.com/astral-sh/ruff",
|
"homepage": "https://github.com/astral-sh/ruff",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "9a54b82e12574ea068e0914cdb1398993cbf78338c0799b6f9003a783fec779b"
|
"hash": "a837e98f5e6a21222a896f60521f563aea2c686a07cad17da9f5b5f2c4e04f8a"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-i686-pc-windows-msvc.zip",
|
||||||
"hash": "46d16810e1a0e7efd5c25efc60b719225c3a8b8a7fb662b61f293eeb62ccafdb"
|
"hash": "2bdff511119eb9d94e5a240c15bef668c43b0640e61c549b32242d7b04efd062"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-aarch64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-aarch64-pc-windows-msvc.zip",
|
||||||
"hash": "24ca141d57fcd5bd303ca51af002cb9a815f072d9076b40ec2813835d46c4a82"
|
"hash": "965217e69f6d43e4df25abeec7b51a5ea014dbec219b9b2866ca37dcd312405e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ruff.exe",
|
"bin": "ruff.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user