Skip to content

Commit

Permalink
Merge pull request #201772 from Homebrew/bump-ruff-0.8.4
Browse files Browse the repository at this point in the history
ruff 0.8.4
  • Loading branch information
BrewTestBot authored Dec 19, 2024
2 parents 0476c18 + 2a54e8d commit 707125d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Ruff < Formula
desc "Extremely fast Python linter, written in Rust"
homepage "https://docs.astral.sh/ruff/"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.8.3.tar.gz"
sha256 "ff00bb1ca1a9de60aed3965d671c6a3d448a87a9016ba6d6b3a396760422bc25"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.8.4.tar.gz"
sha256 "f48c9e2479e72957ce5dfd3d0cc9d27f5aeb36d15ae2f97c9c116fc5c742dc5d"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cce93a7dad976b7d65875eab156a697ac8eb24e08e75bf57115ddedc32c46c4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13159c9ffbe6dc1095b1ad8a322fbe1c953bde89cbf774605ba3ccbdd3c69824"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7c23214c06f7ddff3194ba288449dee7dfe55f3fb26956d7c63de8ae3cc36934"
sha256 cellar: :any_skip_relocation, sonoma: "9a24c43c215a81945cc01e563f3955ffa56dae8d175bc8d99e7ab93a4c19c045"
sha256 cellar: :any_skip_relocation, ventura: "f7d3bd6f41795481bde6f37c77bdf667f1697fa8fb21569e40ff604419169561"
sha256 cellar: :any_skip_relocation, x86_64_linux: "72c2d2811179191121009f54914144b7245516944522d6d279b87faf8b514df1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "736a9f3e6d1f8afdd3213af48a50d7a4464dc70594651e3151defdab7788e12d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a92276688d6738323c9a0fef2876b3a6588703462c84b19798a7261311830fd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "434970855642b8f736e072db5af8ee36b76c3c8e149f52f212a8331e10cf5246"
sha256 cellar: :any_skip_relocation, sonoma: "9c39b75c2f6353229dc8b4e1c591099358a4bd69f08a73e19282b112f85ea68d"
sha256 cellar: :any_skip_relocation, ventura: "7736a25c660636174ac0ca522365e9e717bee2351ad60543e62a15f9e03f3c8a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "53d4cb7c5151ca49f37db6c1a4cc73aa75a033836ee12bbd34b119634e735fdc"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 707125d

Please sign in to comment.