Skip to content

Commit 03d1a3b

Browse files
authored
Merge pull request #252101 from Homebrew/bump-ruff-0.14.3
ruff 0.14.3
2 parents d77693b + e05c2ba commit 03d1a3b

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.14.2.tar.gz"
5-
sha256 "f21a3f2669bfa6fa6df80b815e08e39dc245b52b46c156b0e4c7f4f1da32cd59"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.14.3.tar.gz"
5+
sha256 "e44ce7ab8c6c0894ae4afcaad086624ee1279b7c3e1e2a7dfc5face14800d80d"
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_tahoe: "2ada613f3bf8bc9cbcbdef72ebad51ef7a6cb5634be5253dfe53a4c0947fc431"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ee5406f4bc1f680f0e1201e0ba0fec342688ce0d1b28f9c6882db27d97f685c"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "646b31137a5c848e602f91cf077c71c2777943ce3426f29330176ccda7e78507"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f7d03215a5528cb32d3a16ff1e4b5a08328287765124cda7ffe156ae98085093"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "130a7c613eec52e8754021a32012cdd09ac017561d03dd8c03878df6c8f06dc3"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "86773e4a78e9ec96f92422b259ae4093911cfd54363928a49894b662deac2ffa"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "871bc9930b313eb8d56fe96d09cede7ed6487fc710b8af41a5459b88e10c2efc"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "49627ee7bcc7fd6be1f5f20b527a697ee114b87386f953f4cbab16a6494cd705"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e00b9b5c66782545c53adfe60a764435fcacb679382813ad43a4015d20b1b76"
13+
sha256 cellar: :any_skip_relocation, sonoma: "fe218522d7df712e9ae1e811e136692c4bff81ea7251aeea145302859067e0bb"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "63c89fcf19f3f4ecd309b3e46bfc74dbf02a8ce7e41ab4a1a8f3e1b0b927a1b4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c19646abc49a1ad5c5bab23fcc4c382573612ec3c31b02d12b1335008d32e0a9"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)