mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
ruff: Update to version 0.11.2
This commit is contained in:
parent
ce2fdf5878
commit
929e7ef7f2
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"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.11.1/ruff-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "ea0371400228fcccd81c4d6884caa4c80d694cf73a20b6e9a685b0fac76c2455"
|
"hash": "88feff8d7b746b9226e4370e6563d12bf40e58e3233c18cd0c41f26c415e963b"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-i686-pc-windows-msvc.zip",
|
||||||
"hash": "0a3931aee2ce36a9604109b9edb0e02e2a07401957fa2da125f4fa2199a836de"
|
"hash": "17d350f5a0a517ef535bfba1420b68189c0a445a3a0e19bb06cf9c3aeb8a03c6"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-aarch64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-aarch64-pc-windows-msvc.zip",
|
||||||
"hash": "ee7211b59f05be0e5c5fd24d5dc05591644fac4c15f4f013e5975511b27b9402"
|
"hash": "a41f4e8822701ef3391831365de8adf3b1cc976726a93a54216de00cc34dea93"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ruff.exe",
|
"bin": "ruff.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user