Skip to content

Commit 705f842

Browse files
authored
Merge pull request #233540 from Homebrew/bump-ruff-0.12.9
ruff 0.12.9
2 parents 6e82c28 + 69bcb7c commit 705f842

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.8.tar.gz"
5-
sha256 "09a56afc9603b8f72bffc57c483d3fad872215ce5a4b0a6e4b67fb562ebc5f3f"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.9.tar.gz"
5+
sha256 "676e3c1fe6b73fa76273796a623c8e155e3426311aaa86ce0ebebea57c67dab3"
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: "e48e831edc5a173608a4ee0693d1c07b4a1b66f2cd9f6ee231934b6e1b4ff68b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f93ff10b75a071f6314e240ba030782ddbcdc247ee1833d9dd5b983a4aa42325"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f897c299397a190f7c5afaebbed98e9e60a0218f5c6051e3a6be70c09d5eb29"
13-
sha256 cellar: :any_skip_relocation, sonoma: "711b4a05f4c93f0ad0238771255989c8d411fcf695e3d48b2dc8046ffea98775"
14-
sha256 cellar: :any_skip_relocation, ventura: "f8ec0b8b6846b5e9bbe9e145ec8992fbcaef420c49e0c1cfddba481e9f7d252e"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "44e187a49ea7f8393cb13f85d43678cdc65c12c0c9d912ec8a45c3d63258c905"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "557df5248c0794fef6dbb1f2a62745ab3e1ec4fdf525a1006ee3a7b0d0b71ea2"
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"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)