Skip to content

Commit

Permalink
Merge pull request #175233 from Homebrew/bump-ruff-0.4.10
Browse files Browse the repository at this point in the history
ruff 0.4.10
  • Loading branch information
BrewTestBot authored Jun 20, 2024
2 parents bc64f62 + 065ede6 commit 635d298
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.4.9.tar.gz"
sha256 "815c5b9b316a4d72dc526c6b4b2421df708556294af514e6fe25ff99722d36e3"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.10.tar.gz"
sha256 "cd3212c8e44c0c2c92eba10c44df0ed4073c77b2cff669563b37a56a090c9e74"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7249398e31006ec23e05d398a467118a72cac4560428e2bdbaa55e7b79573195"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f0c922bfa54f6f608c3ffba074780981677cfffc10fc90cddad853af85a4dc07"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bbca19f0a59af3e7ea6f8b89270d33ef65a4301180407ef58f12f48393545f30"
sha256 cellar: :any_skip_relocation, sonoma: "d5c3f8b774838c2935d8baab5371989502464addd073006669968ef1117fad5e"
sha256 cellar: :any_skip_relocation, ventura: "bfd98731b51f28b2a365db3e9305423256805b9a71d7811f49f45c02c4ed435a"
sha256 cellar: :any_skip_relocation, monterey: "d15db378342eedd0a757a69e17f98b193768e4929e83f9d0f25be84f4463e9c4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8bbaa093ebd9863e4f1d840912269415c1a0e1debb3236d326860ea8c0667465"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "21abb43ca09921c0a5dc4b1031fec475127d12ea58e1c1e08ea9a71969aeb3dc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "79369d5be3fcc61b913bea7dabf9449e5868a570abc9d3980c3ea99f68ecec3e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aa8836859a3be1041e5cf69c017a73cfa03a393cd4fd2ed0c251c4fa4eacea06"
sha256 cellar: :any_skip_relocation, sonoma: "eee6497c376d27bdfbb80ce64853156e628f9ebad1445cead9f661fb897e3fc9"
sha256 cellar: :any_skip_relocation, ventura: "69bec408390e0643430a3ed828796d8759bbd650caaff5ff3e6ed39876b221dc"
sha256 cellar: :any_skip_relocation, monterey: "6fc4ca5f412656b8b2cc4a537757577889a5286bf997177dacfd208ef7322d80"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbe4f298b6b3f87c8ead12657863fdd3e43e448c891f537df51b5f0dfe2a4e00"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 635d298

Please sign in to comment.