Skip to content

Commit

Permalink
Merge pull request #168673 from Homebrew/bump-ruff-0.3.6
Browse files Browse the repository at this point in the history
ruff 0.3.6
  • Loading branch information
BrewTestBot authored Apr 11, 2024
2 parents 3931595 + f11d57b commit d6f7d06
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.5.tar.gz"
sha256 "44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.3.6.tar.gz"
sha256 "5606d93fee067314c6ce5de503fcc21b2f2d40be8c8a2be6f34b49a0cacf047b"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd3ed932fe4ef435b58c0889848faea9880229f9f3ffd6fa3131de5f08602df3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c71a9817e6b244173e8d125a7dde615dc9cf5796df81c5a65259b2d1c3d1ba37"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c9595691dd6dd4f6abb9fd57edd620ff7c26d03e87ada0a2186476b0d2a08cc7"
sha256 cellar: :any_skip_relocation, sonoma: "79452afe9262610a48bc58316cf1f84eb4af1486752b0ff4c2722427fc21cb24"
sha256 cellar: :any_skip_relocation, ventura: "0403ee6619a54d221a44399c6532acd0fcc1957722e819f47d838972cb631350"
sha256 cellar: :any_skip_relocation, monterey: "d0b5dec6541a3c7b0a0c99ec7ed6a1578c3e81435cf42f1d927b2b50f9af1629"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1bf1d954f5bd08b653632d7c2b8bb45eeac477b764abafbd866b85cffbeadfd7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1065c7c5c266e89cb5ef90dccb588243c03800fa815c0c097d04a5b4901aa006"
sha256 cellar: :any_skip_relocation, arm64_ventura: "db522aadc5fcb0b791fde1d5188fb610ba9700ce970547602cd390209c2bb35d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3a400f5285280897d212ce3ece43c4a9c3f7a2fde2b1ee9538b095ae362df026"
sha256 cellar: :any_skip_relocation, sonoma: "5d7a633993d99b8e5d31fd100efd196310867707c42c0d4eca8c244b25e28ed9"
sha256 cellar: :any_skip_relocation, ventura: "1e1a981ad47d7bb05ceb1d2a51794045b414c8e7c28aa22cd444e1464084fbc0"
sha256 cellar: :any_skip_relocation, monterey: "e0070a52c39d7c7453b55bc04cf1f2f9e4ee0caf8380a486e33d70ada0263743"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bfe7cc6b61ccfa68ba22dc8026cf312ba72159f33cddc9a38df4b3b6b2a05a7"
end

depends_on "rust" => :build
Expand Down

0 comments on commit d6f7d06

Please sign in to comment.