Skip to content

Commit

Permalink
ruff: Update to version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 44a69a1 commit 2119487
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/ruff.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "0.8.3",
"version": "0.8.4",
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "297b8b1c8a888cadd12ca6baf4af115cc65890ccee75d51ca4057000cb0f4c3a"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "9a1ae43ede1dabf08678060c6e6ccccf11b11e13341615c4dfa6f854e311b102"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-i686-pc-windows-msvc.zip",
"hash": "165e7187594046d20f7d2863e78748bc75f3c3692493c4511bcb2662a8d6e765"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.4/ruff-i686-pc-windows-msvc.zip",
"hash": "cb944992cd4847a6ea0dc7c57230a6c7b40acdf64b0d09773f27ba0a65802c8b"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "16f543b6ac7765c3f91a8f6b24e49f42dc98e710ccb61b7800f7d21fe9026a14"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "09a6f59fd0407d4d183821c199f4d65de06f2fdd46a8b5dec2dcebb704ef442b"
}
},
"bin": "ruff.exe",
Expand Down

0 comments on commit 2119487

Please sign in to comment.