Skip to content

Commit

Permalink
Merge pull request #194818 from Homebrew/bump-ruff-0.7.0
Browse files Browse the repository at this point in the history
ruff 0.7.0
  • Loading branch information
BrewTestBot authored Oct 18, 2024
2 parents ffcc56a + 975db3c commit 28070ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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/0.6.9.tar.gz"
sha256 "502811ee2607cb09e3e05f4c3d60ed164a5e5a24aeb87fe00200b8d508a0b0c4"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.7.0.tar.gz"
sha256 "1bb27c8b7da3d2d2a676c677692f9a527d5fa5697a52c0515f9662f735449293"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d48abdaf8d2d8e2e118b2fa473b2defb9c4ff060dd5201f94f7428ca8f921d6d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4d8011a1b4536a3509481dee7da53552a30f81f12a67c072bc596a331f1128d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f67896eb86a9ba81b11bca9b42783c34b80d67935a72a948c8b8ff6aa95b0deb"
sha256 cellar: :any_skip_relocation, sonoma: "b11d1aa4fffa0290463d128683410477386d6f988cd484925e3c6a5954bfffba"
sha256 cellar: :any_skip_relocation, ventura: "864d5468d003d4097707cae69e9287fd05aedd2108c652bd7ceff92395e37a4c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "825849c52109653ca8cc063c9f940d20d1c52ac631e5b6eabbf0486e3a1e5eaa"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2293a7a91801873802a1a41c6c67b9032e4268384e92c8d1dfb2de258bc05728"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "235204564ca38b3ee3bc8b5a366abc91a20dcbeb42a6262529148d3aa312a6e1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d25e9ecd575e6c4b86a99d3cd32ea3b80e1208bb796a9a290e176ac772f9841"
sha256 cellar: :any_skip_relocation, sonoma: "d27637b87fdafe9238b3f47dc0e2f3b2184f38d66f53fbb3ac7f6f12d2959ff7"
sha256 cellar: :any_skip_relocation, ventura: "8ae5b2301b935302dc48f71d985ab7642d0c47af07e8cc5c6abb599a3ce88dcd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec4f1f71046f8e49489ab23b28975c4a2474c0ccb5abe3fb63563a6e7fc1f355"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 28070ff

Please sign in to comment.