Skip to content

Commit 4a411aa

Browse files
authored
Merge pull request #229792 from Homebrew/bump-ruff-0.12.3
ruff 0.12.3
2 parents f39b345 + 44b1626 commit 4a411aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/ruff.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.12.2.tar.gz"
5-
sha256 "e202f6c12e13d95599a146c81d5f58a17544df08d93ba2c730150785dfad45c4"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.3.tar.gz"
5+
sha256 "69995d2d58a2ce8324ea057c02183512ec71eb5c68861e33bdcecc1f38df3700"
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: "f79a1240be8c5121420ad3d149ef01f1150f23589e2fed5e54dd922bf9f8dbe9"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "12e4c7bf64db36ba712d3035a4ee22b5ed98dcaae1d0bc7082a252bd42cd68a9"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "adb80e2b9f10f2ed3c7ca9e4a6678d2cc418499181f7774d2af66398e8cb6620"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a769f59256bd138e850a94b8ad9ebdbb2a71cb847cd71203637f073b609207fa"
14-
sha256 cellar: :any_skip_relocation, ventura: "e1e6481b540dfa25b0723d1e80ce42eed76c4468d8c748c6ff88a9e3a5070886"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "80d9defb823de45a5cc36a7eb3adf544b9d3faba68580daee81f20210ccf2736"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7626904b030f3829c13e6f2da7d9d4e71c600c9c1daabc6ec654fc83969de257"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a08011dfeef3ca2c3f5e988ba08267c2d8a10025eaed35d47584f2eea142ca5b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32dcac93800d85f8d8fad1e6e45f08ff11170c82758ef2e4b67f5b9d9acabd17"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "64288a42f7706b551d0d85c8aebc55ccf8f01183bbe0b3f6540a97df331ef997"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7cd8f87ae5c457ec01cf3f899b3a330f001dae445a6e5a357b96173449fc3f9a"
14+
sha256 cellar: :any_skip_relocation, ventura: "febc762d97c400ba3b01e154f7fa3077b81efc21848f46b309772bcef55ef64c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "baa6231456491d464b6d806899cd7a21ecfaf1d8880e59f2ad71c3578d655019"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4749691b896e1552400ca9c67b4011b891c978ff7b4efc7cf7a1a57dd6f505c5"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)