Skip to content

Commit

Permalink
Merge pull request #208398 from Homebrew/bump-ruff-0.9.7
Browse files Browse the repository at this point in the history
ruff 0.9.7
  • Loading branch information
BrewTestBot authored Feb 20, 2025
2 parents 91ca726 + 15e754b commit be74ebc
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.9.6.tar.gz"
sha256 "18e292afc72f05228b5ab27b1c69763be3e0da3222e3d4494dad9f889178edd8"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.7.tar.gz"
sha256 "24ef03e8a5421f59f238e97724ca89be34fda74efbaa69d4cca9f38ed3389596"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "99ca35c9a0975cc808db03e4a795dbeb97e3ba2cf5806eca31d5be9b6a10a7eb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42aa6912566837428f207a8da53819080102f500ea51455283b325d1e5c9f499"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ba27b5b084a04d2a2417eafa21156869df68c9ed31356e97dc551e752c952fd"
sha256 cellar: :any_skip_relocation, sonoma: "90f9fd8a2b5ca926781209e0b4aa983bc21919225a238935f056ebb80b00bec4"
sha256 cellar: :any_skip_relocation, ventura: "7bbb4d329e0173797c96bfe67c56775747d42f57b428d61d07f6f6f797661854"
sha256 cellar: :any_skip_relocation, x86_64_linux: "14ac904b2fdaab3a25bc85175191519857202b495afc571080da7231313d4ddc"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f47c9ee78674706221515da62ceea46013fe41cb9a8cef74e4b18f724a9180fc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "23a10ec7a50a2525916dad713dfb29a3b95f9ca4a21c2cb5ba31216b2032740a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6a22a97bbbfcc6d8a64e423e8a3762090fe554355a5f1518bcb99b7438b2436"
sha256 cellar: :any_skip_relocation, sonoma: "87593579e593df9ba65054c1475d02ee7a488e3cf6a72d750f49f588db67d705"
sha256 cellar: :any_skip_relocation, ventura: "b8cf34ce012295617a67d25d1355249840f747e8a78fa7942c0729a3fe476a58"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f68ffbbce6cc2afce9f15289256a3f382550492698975e9b011c59f0c2513d0d"
end

depends_on "rust" => :build
Expand Down

0 comments on commit be74ebc

Please sign in to comment.