Skip to content

Commit 4bf190d

Browse files
authored
Merge pull request #234408 from Homebrew/bump-ruff-0.12.10
ruff 0.12.10
2 parents 43667e2 + 1609d31 commit 4bf190d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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.9.tar.gz"
5-
sha256 "676e3c1fe6b73fa76273796a623c8e155e3426311aaa86ce0ebebea57c67dab3"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.10.tar.gz"
5+
sha256 "ecda9ff0ea8ef46cf858a9a830fe78f0d4d8e0ea8c6bc6fad6a8c1eb7f2543cd"
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: "0f28c830d56b654a3c24b1fe206e19c83268b2dde87ae86688e41c9e91df6aea"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbad443fa17a25875aa1ab4b74a2cdf377cfa0d76e4be0d798620fcaaffb8c14"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6246c060b5bdc5f00c3499f85b7fbe29a4f47522e1dcbe9e54dd099edbeda4b2"
13-
sha256 cellar: :any_skip_relocation, sonoma: "02e7eda11513563bf67d3954ab8abb54b8f83c49af021657b2a189b2c6794c3a"
14-
sha256 cellar: :any_skip_relocation, ventura: "2e13f9d52fb6ec1a2b8f6c5be02ea364b9aae0d70ac1f62cebe60c38ff5d0670"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "b842edbd1fbcf0d1c2391d087d9868115f381426ff153524662b1b68e6281a82"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c76a71fb1bc867340ec69eca57323d1985d66c04ab16c8c5914bab6bb6880a04"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1f505feb23e045bd627377aba1ee80ff2be8db2f066bac2e2e53ecb51c41ac6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e715392affe9e566f8bc3b0074c8c5b3f8cde9bc2393418e04a796ca397b769"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0eb9f6799ff54b97337698efcb8eeaf99519404e865b62d3c442401e61fdab22"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bfcd9af285585d33a7f3d430acb7b4708cf71278cb73428baaedf504092e3259"
14+
sha256 cellar: :any_skip_relocation, ventura: "263ec55d459d71d0d43764e6486a169ff1d4e9c8f11a94393cbf2a1d9618713c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "12b74d8ffd5a5d4b0587e87a3f5432634a07e01aff8a315521da025fb9854098"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ba415782fd294751632d2c1ddef668ed9d2dfbc4e0a3fa09584ebd27a3a79fe"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)