Skip to content

Commit

Permalink
Merge pull request #203745 from Homebrew/bump-ruff-0.9.0
Browse files Browse the repository at this point in the history
ruff 0.9.0
  • Loading branch information
BrewTestBot authored Jan 9, 2025
2 parents 676b7a6 + 66340ce commit 0f8fcd2
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.6.tar.gz"
sha256 "b92fa663b58089325bd0bd0d3732388adf7b9602beef54a24f0e7d9244c665a9"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.0.tar.gz"
sha256 "392a9e5bf717731bbf48e29174cb0e9e96c45c7037d0b54ded69a1ef867e41a8"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6700757ce6f5965413006917e32d33980447959c303c1fab2fc56637bedd98b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92be224332a4fda0514fff4ce0bc773198176bb8af2889b86fe1defa00e43760"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1f3050d3f44b3f57e8376d8bb634bc0d71dcbdb5252cf4b8576c4e4203e7d78"
sha256 cellar: :any_skip_relocation, sonoma: "7fff3cf42761e1b9c0e8a994385f326394a6ef3979fddf06da967824c8a9809f"
sha256 cellar: :any_skip_relocation, ventura: "f739000b63fb15a4e542fa354080ecbdadaa74a117491c179c3c3072d6cbc98a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "361f369412a42255868af118adac32917d188258c7cafa8cf98fd2cc3f02365d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e86602622bf410c7be328e53a1a24638b7812562c543a2d80ecd61d5d962d67"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "29214cf601c5e5c6b53863e4bdd072689c57ee111f464a074eeb6fa9c02c6482"
sha256 cellar: :any_skip_relocation, arm64_ventura: "612e9c5bcd0eeafce7fbe07785ddaa6dc2e44fe81e6ab715626ec21f3cf665b9"
sha256 cellar: :any_skip_relocation, sonoma: "0fe0087d673959b1f26bc99761c88226ea2d78bd8c5e8198396b35190279f649"
sha256 cellar: :any_skip_relocation, ventura: "3b546434e06851633c156133fc1754014e51e14e0bff3f0769f46c94d513953b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c97625dd5b0ec74a90b40564dd765614349937b66de5e31be776e081db901e4"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 0f8fcd2

Please sign in to comment.