Skip to content

Commit 0f8fcd2

Browse files
authored
Merge pull request #203745 from Homebrew/bump-ruff-0.9.0
ruff 0.9.0
2 parents 676b7a6 + 66340ce commit 0f8fcd2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/ruff.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Ruff < Formula
22
desc "Extremely fast Python linter, written in Rust"
33
homepage "https://docs.astral.sh/ruff/"
4-
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.8.6.tar.gz"
5-
sha256 "b92fa663b58089325bd0bd0d3732388adf7b9602beef54a24f0e7d9244c665a9"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.0.tar.gz"
5+
sha256 "392a9e5bf717731bbf48e29174cb0e9e96c45c7037d0b54ded69a1ef867e41a8"
66
license "MIT"
77
head "https://github.com/astral-sh/ruff.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6700757ce6f5965413006917e32d33980447959c303c1fab2fc56637bedd98b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92be224332a4fda0514fff4ce0bc773198176bb8af2889b86fe1defa00e43760"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1f3050d3f44b3f57e8376d8bb634bc0d71dcbdb5252cf4b8576c4e4203e7d78"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7fff3cf42761e1b9c0e8a994385f326394a6ef3979fddf06da967824c8a9809f"
14-
sha256 cellar: :any_skip_relocation, ventura: "f739000b63fb15a4e542fa354080ecbdadaa74a117491c179c3c3072d6cbc98a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "361f369412a42255868af118adac32917d188258c7cafa8cf98fd2cc3f02365d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e86602622bf410c7be328e53a1a24638b7812562c543a2d80ecd61d5d962d67"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "29214cf601c5e5c6b53863e4bdd072689c57ee111f464a074eeb6fa9c02c6482"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "612e9c5bcd0eeafce7fbe07785ddaa6dc2e44fe81e6ab715626ec21f3cf665b9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0fe0087d673959b1f26bc99761c88226ea2d78bd8c5e8198396b35190279f649"
14+
sha256 cellar: :any_skip_relocation, ventura: "3b546434e06851633c156133fc1754014e51e14e0bff3f0769f46c94d513953b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c97625dd5b0ec74a90b40564dd765614349937b66de5e31be776e081db901e4"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)