Skip to content

Commit d81bbd8

Browse files
authored
Merge pull request #249923 from Homebrew/bump-ruff-0.14.1
ruff 0.14.1
2 parents 8ba894d + 75d7f78 commit d81bbd8

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.0.tar.gz"
5-
sha256 "c70834fa2c2ff7c9daae8f69010310be4f97d796b9caf9b9a3a83b3a82113193"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.14.1.tar.gz"
5+
sha256 "cc633392bee7bb5676d4c6026f3850ca9f6105eb954fe005690e0fb495a17900"
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: "98782235ffb40a3c52af7df472bb77b9756c19d7c5cd8ca153fc25df92b986d3"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf08c3bc9a840938ed6810430a46f5b366fb2f86b93717f4ea1c63147d1598cd"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "148b08547c1a94e39f299af8105217fc985c159019b43504d1cd57e76941638f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8f2f3cc55671e79ad6b8ae62deed25ea66b0b7d4e4c5eb9b9ad56330a52a3e16"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "4feb1cc83e2e7e9120d1446b38c3b6815683784df1f6aa6571d5751b1d9ea314"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "945fa83e0214cf62ddac2b5557eceb41fcc3ad56633c5b2b2f5ce09745eb961b"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "cfb6fe18a7c6c62e00f051b9a4710a14c052b7794b2cd4ebf885a875ae7225ec"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a59681db37acaf7d56cc705b4cf11f42edcc37a2d2521055c3ed07ca99e9ca3b"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "21cbc78f15ca5950bf15867b882edbecbb025a24997f44a47843940290629eb0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ac9d0308f5b11d0610391a21a533e6f4e0f018498d5eabe64b74533e98f228f6"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "9d9d4f326b56f0707f98ccb5595afa01cf37a5aac5c964db153f17e5d1d74945"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef5364f1ad2ee70cf280a7b2e5c53d79dab5bfdf4111027e92d2e90622997cc9"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)