mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
ruff: Update to version 0.9.6
This commit is contained in:
parent
82785cc95a
commit
890ffbe246
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"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.9.5/ruff-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.6/ruff-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "48d096bc53e4c0d7434965c6b4bff911e53250cf8da8866a95b85ed4107259bf"
|
"hash": "51f492e46d967c6a3bb63d5e245e8f454ccf6f5207b6f3c4f1b63a8bec30d954"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.5/ruff-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.6/ruff-i686-pc-windows-msvc.zip",
|
||||||
"hash": "6ea88e4aab7c4bc3e8c6f580b814d3a5aa05795e10c9b01e467ecfa8fdc58823"
|
"hash": "05c50165f1330d797de444d99c1c9230dcb2377c2a7ff9b9f8718dc5617c1d4b"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.5/ruff-aarch64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.9.6/ruff-aarch64-pc-windows-msvc.zip",
|
||||||
"hash": "75882eebde374c8f6016f3501c4a769ec1d13cb07798de77187542f9928eba44"
|
"hash": "7c397ec18e458c7a7e49277d7d719b0b6bf2f459f570e01a9f1d1906d678190e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ruff.exe",
|
"bin": "ruff.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user