Skip to content

Commit

Permalink
Merge pull request #170777 from Homebrew/bump-ruff-0.4.3
Browse files Browse the repository at this point in the history
ruff 0.4.3
  • Loading branch information
BrewTestBot committed May 4, 2024
2 parents a2c1a06 + 7d61e95 commit 2c5617d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/ruff.rb
@@ -1,19 +1,19 @@
class Ruff < Formula
desc "Extremely fast Python linter, written in Rust"
homepage "https://docs.astral.sh/ruff/"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.2.tar.gz"
sha256 "7f08b9b79afdf75eb5528986f0ac8a7fe0183d5b1917cba7d7d595b09cb58d6a"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.3.tar.gz"
sha256 "7fdff8b7391c305bad50b7982790638176785337d7369c3c8518fd384643cd5e"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3ca6994532456cede59b21ec7ce70ac2a0e418bff7eab82257aaf259a883b3a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6ab15cc890c560b8ad65db56d42b5e39b323a3c6e070014c9b5901e58a0f1851"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0a39db5213e55fe35db3fadb5749aa082a2ade465ccb9896ee4e5cba5849f7d1"
sha256 cellar: :any_skip_relocation, sonoma: "63f70ce492a79719154dc43e7c539c677ee28f5370af28519f886db99fd095de"
sha256 cellar: :any_skip_relocation, ventura: "11215756255e894b095895c7aec821cfdff4066da686e26f4a364e7530b52ed4"
sha256 cellar: :any_skip_relocation, monterey: "7cf14e099836403f4a0558cb3937aeb7b8f797b6bde139fc0b3aed2edf4b2772"
sha256 cellar: :any_skip_relocation, x86_64_linux: "da2c3b7994b288cf061694f2388264524be6f222c97e657c41d7323e64d0993b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d0d354190e6f8a2c8deab3e8af6e8dfff8837aad31e769e1c4d4e042467cf39"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a94f1d0977f596d250f08e23cef0ea0b08d07c34fc33388f9fc603031f2c172"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e2804685a0639dd4ff438cb88839c2df1000b11e5ead52bf0df25a8dfdf85600"
sha256 cellar: :any_skip_relocation, sonoma: "06f99b46d8751a2e816c36665ad4d42c2dd3a7f31353c6add8d41766866948b2"
sha256 cellar: :any_skip_relocation, ventura: "b7a946ec6a46eef2f97b1b68f1bae30cb886dd3cd0bdce73692c323d022500d0"
sha256 cellar: :any_skip_relocation, monterey: "27ea3304c243a14686bb02b106bb192acb1846751f7efbb773f88d3e709aa035"
sha256 cellar: :any_skip_relocation, x86_64_linux: "50b64ea5bc55422811743b96af58567419e2600ba150bb0749a6f8776dc7063b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 2c5617d

Please sign in to comment.