Skip to content

Commit

Permalink
ruff: Update to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 6da80d3 commit 41be2e9
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.7.4",
"version": "0.8.0",
"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.7.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d6c1c7ecfcce022f87a172ed8586f068f616e9844d6ee5d2527dfcfb7348f45c"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-x86_64-pc-windows-msvc.zip",
"hash": "be33493b13911e7add147752d680d7f31501475b1758e714d731403accd9479f"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-i686-pc-windows-msvc.zip",
"hash": "8952479328ddb7f89812a5f560a34c4a2e675cf72127a1ed86e631f5ccc845f0"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-i686-pc-windows-msvc.zip",
"hash": "7313d797f2093e096418f814a9537fb1d34e5e74c2b4ac294a84346b5261069a"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "1d9080512657669c3904bf9d779140f90ca1f5d0e2ffa3bc8c0042b1da73dda3"
"url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-aarch64-pc-windows-msvc.zip",
"hash": "cd9d99c402fa10ba1c19e490379d69e97867058251aadcd9b968e62cd5369a45"
}
},
"bin": "ruff.exe",
Expand Down

0 comments on commit 41be2e9

Please sign in to comment.