Skip to content

Commit

Permalink
Merge pull request #191468 from Homebrew/bump-ruff-0.6.7
Browse files Browse the repository at this point in the history
ruff 0.6.7
  • Loading branch information
BrewTestBot authored Sep 21, 2024
2 parents f363fcd + 69953df commit 4d826e9
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.6.tar.gz"
sha256 "3cb23639fe8f64748fd3ff0d4a7ed8128ed2a614def511978ee83c798ca0c0ce"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.6.7.tar.gz"
sha256 "9539e7f928c42fb77ec6b52f4527f3837d263d250f9659a0d8e1d378f38bbfc8"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e85d7eefcc77d903662319ba94a4de325e84c79a9e3d43ba202cf565a9718f7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "426e94017f612842264d7cdbb4f177d59316a49eab41f2dc53a3164e36e4e06a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cbad72ec096164359cfe47a07f63dc31414ffbc669fd3bafa908b4b52455eb2f"
sha256 cellar: :any_skip_relocation, sonoma: "fe9e8d84d60874f3ab80e8e460b82ff6c21fdcc5ee4dc48169d01a4a81fd55a7"
sha256 cellar: :any_skip_relocation, ventura: "65b30ddd363e71f61198428b4ea20bb061880f0c1a65236930a1b4b455b458cc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4aafb67d9be181a2cd26fb6ed5fd015f3ecc41ba56dd70f02d47fe4296e878d6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "09b121c954f886297856020461e233b715b8219e54dabe7b9d0901558ddcf963"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c0a2302d4f66d59859af2cf18f23ed0ac3e97f4c935f8242f03988c7ebf65be"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9dc75e5c05762f7c2e202932175aa8156e113445321dfeb9e26a19e27f3248fe"
sha256 cellar: :any_skip_relocation, sonoma: "823019934694df716909b513d7a4bbb46f779e9b0adcbf1b4d283ccc33ad391f"
sha256 cellar: :any_skip_relocation, ventura: "fc4e30faea2e3d95faf29d8edbca1b0c9c1bc9f3c0e8dd1f13e1192d1ef438da"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8571667ea375cd4db6968f2db47eec308a9bb99c9a33936b444869ac60b7fa8c"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 4d826e9

Please sign in to comment.