mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
ruff: Update to version 0.8.5
This commit is contained in:
parent
e4f22e6058
commit
b242fcacfa
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.4",
|
"version": "0.8.5",
|
||||||
"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.8.4/ruff-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.5/ruff-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "9a1ae43ede1dabf08678060c6e6ccccf11b11e13341615c4dfa6f854e311b102"
|
"hash": "3cbe83e67640f080f8fee0daa47929c5f88c89af6e0b50a69339051629a593c0"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.4/ruff-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.5/ruff-i686-pc-windows-msvc.zip",
|
||||||
"hash": "cb944992cd4847a6ea0dc7c57230a6c7b40acdf64b0d09773f27ba0a65802c8b"
|
"hash": "d6b2a77f74dff14b38279d53e8faf6abd3c1495c26c4f36ecaf633429356c122"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.4/ruff-aarch64-pc-windows-msvc.zip",
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.5/ruff-aarch64-pc-windows-msvc.zip",
|
||||||
"hash": "09a6f59fd0407d4d183821c199f4d65de06f2fdd46a8b5dec2dcebb704ef442b"
|
"hash": "07098d8f1f9816b2b23489414e4f1c441606986d14b3b9e7a915ffd4786679ed"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ruff.exe",
|
"bin": "ruff.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user