Skip to content

Commit d4d016d

Browse files
authored
Merge pull request #253391 from Homebrew/bump-ruff-0.14.4
ruff 0.14.4
2 parents 290507d + df59347 commit d4d016d

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.3.tar.gz"
5-
sha256 "e44ce7ab8c6c0894ae4afcaad086624ee1279b7c3e1e2a7dfc5face14800d80d"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.14.4.tar.gz"
5+
sha256 "d7a591b4f5e3adc82b511f5437285fce3ecd006117dd4b332023a444f7e9deb5"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ae3ac196d70c43a31a14b2071e9fd15267d10cf6b72242ce4706df8ffdcba10d"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ad196c90abf2f530da2fbad1e4121e7e889b9f720aed72c8ae66776da9f48cc"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50f578f5808e0577c47797624bb8b8eee446abe56add656f54b4e95390801029"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f7dd5b5a8d973a1a092148a804c807907b53b9a6b0562c298f95ee84010328ed"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "1abb1863dc15275cb6629953a570cc022d40bcd93fb240f11e4d1f4cd5f24808"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "560bace4fbf18899dc4b25a909a6cdf6b811168a05db3b2840c5a55ba07f6285"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)