Skip to content

Commit 2f13d49

Browse files
authored
Merge pull request #205336 from Homebrew/bump-ruff-0.9.3
ruff 0.9.3
2 parents e6f5459 + c26433b commit 2f13d49

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.9.2.tar.gz"
5-
sha256 "d47a61bbbfceda23ddd29dd0c3cb3bb55f240e80a7aa0ba944e7f9f3f6ed886f"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.3.tar.gz"
5+
sha256 "b80486d27260530bc5ed1348f701e22a984dc15511add374e990b7e0dc5844c0"
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: "321c76ee1af004603781e3951d08d7e62a2db45b49295c573cb691a76cce25c2"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a67231d0bc50934884870877c36f0cde87b85dfad8d8cd078a2c392edf9789e6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4956d710e60d7f82a31a75ea6784572fed492f885038ab2eafbe46f2588fd1f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3ea9257ada89fbf9b1ad07bde315a67a00c749f2e4c90c5ea15def860e4ebfc8"
14-
sha256 cellar: :any_skip_relocation, ventura: "77ead1ab9d917489c539760165cc82178cb96dabb44b206030dbcdde35a17756"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4af1c57c2c7d885ebb8e33551e5b1ff4fbb75d1ba8cd64de97b5a54061d2970"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f39fa90e26b619423407a583d42c00078eb6a6b9b5550c790a0cd95232bd4e3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d736f8cd33aa4b43e6e52dc6b6ba718fd2fd71a17c7fa7fd373f3fe786a202c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "810215879118444c2ba217383197edb1f9eed868721f753bf85117147144c6ab"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5ab64a4da5776c64968b3de8eeb347eb281ba84a6a085ccca962b775f26f31c8"
14+
sha256 cellar: :any_skip_relocation, ventura: "3b37ee9e082b2e1e4027c96af6d4f3e51f9cd4eee8de6dd9fad430336b30f179"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "793df3f2a3257b9ada6e28852ecdfd24079367863260837fce47394207fbe2a5"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)