Skip to content

Commit

Permalink
Merge pull request #165309 from Homebrew/bump-ruff-0.3.1
Browse files Browse the repository at this point in the history
ruff 0.3.1
  • Loading branch information
BrewTestBot authored Mar 7, 2024
2 parents c0fae9c + 500c197 commit 421bdf9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -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.3.0.tar.gz"
sha256 "4b65339c295e30cbe50a9848eae45be2c4771cf4de7b22d9ed6ac016002ceca5"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.3.1.tar.gz"
sha256 "0102df567ac89bc4e1517ef922de363e1604e60309e4d62c9b2b977847ca1ea6"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c143ecfb623542a9781f01538df596e5ba43cb1e6260fe51ec649007960f7b1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5b7fb3fcda1de0d790aac4f3bf3c1d49a6bb1122bf90da322ac1d6c655f5c24"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c410d7ff6c7a1be99745832e12fb361e2ce995b64bd08c9055fc677a27be1b95"
sha256 cellar: :any_skip_relocation, sonoma: "9f29a5e45e8d46e9de5784e594a34ea74ff82f733582a14f5ce54c3cab83649a"
sha256 cellar: :any_skip_relocation, ventura: "3f72a1f0c6d7cc34879905336431122a71a8554a55b2e1e4aa0abe8e46f4dec7"
sha256 cellar: :any_skip_relocation, monterey: "caa471c76fd802f23510f7945b1beb650616d8dd73f921139ee166feaa72895c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfedb44b637347f697c9d168f60b7949e25b294fa71ff3d22253b2d2292643bf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "95c56e4d22be73c19d9d8213fea0bb54f73d6363895f426d4884685a9e2b1a45"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4842aab4efeb1b5912079e69f5d7df1a077719d57683e464c7bafbf8ccadb144"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3a52c936080059c9e610cf8a9bb4e438c951360d16dba458bd3dedb06ff84044"
sha256 cellar: :any_skip_relocation, sonoma: "499df39c63ff85b1fbdb0f4fa99d73a4ec495cbbaa08e754f4d6a517497f73b6"
sha256 cellar: :any_skip_relocation, ventura: "5dabb95322053e99828b89c561e35de22d924b408bc83faa27ac31187cc345b9"
sha256 cellar: :any_skip_relocation, monterey: "c371cd5a38cfb42bcccc1bbd3a7f62fabd00fb903ba1d7b49bd7bba2d5cf8eb0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "80eac18dcfa18dcd9a25050424b6f64d8ad6f724ccd956d908c610dbd0622311"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 421bdf9

Please sign in to comment.