Skip to content

Commit

Permalink
Merge pull request #180513 from Homebrew/bump-ruff-0.5.7
Browse files Browse the repository at this point in the history
ruff 0.5.7
  • Loading branch information
BrewTestBot authored Aug 8, 2024
2 parents 93ccbc5 + f07c4a5 commit 05df543
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/0.5.6.tar.gz"
sha256 "f774651e684e21f155b43e6738336f2eb53b44cd42444e72a73ee6eb1f6ee079"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.7.tar.gz"
sha256 "7ac2fd49222dc31aac0f97a40ea5d1d74dee9a1228ff5d62d603359713d8e0d1"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cb985e0d5f8b7fae7df7dcfc401e8f06a009a84108866cdc3febd888ba3a82d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "64f9d36edf6b1ea7952e03ae15a582f9762d93ca68e5fb3158f123c1aa897d14"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ba43ef9611c57f4273e7847b6004d189cdd8fa778d3c09ea298f47ca870b2460"
sha256 cellar: :any_skip_relocation, sonoma: "c378d3f2c488d1ffbcf3bd02c9e81b1f1a233a833ee1069c13c46d1e559bb47f"
sha256 cellar: :any_skip_relocation, ventura: "79e305364d6fb22a041e9858290891d02f0cab73fa2addd4f17506bc35cae90b"
sha256 cellar: :any_skip_relocation, monterey: "1da551ad27995f159ce8b685771cace86d8ac507c4bccbb3ddcd9fca3b232abd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7aebe1555f39ee70c9ddccb8772dae0e775970176c813f342346dc536ed6c01"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0194060eb4dfc4699d5c2b055bd289d49ceaf029183849f9bd5b4c41992bcf28"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3505eba45275833b76dc8270d42cf407f4dd7149ff08fd2f1a3aae3cd8ddfad0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ee340c962d1cc8d5da2ceea3e5c1bfb686dcbf6e33f003e155130784c946e4b7"
sha256 cellar: :any_skip_relocation, sonoma: "5dc79fd78ed3d1f865036a0563d78b64b8d236a8af0e56bd0692b00c4f5f19aa"
sha256 cellar: :any_skip_relocation, ventura: "06f53cfba0ec7b8efbae268220b685b566163b8d6162a73e75f39cf65119dc56"
sha256 cellar: :any_skip_relocation, monterey: "fb5ae403f02cbe610f9b5050536bd0998257733211bdd987ab53f53f6abdccbe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "217abba7bbeabda5df172a50e0b77f3be2d893e1717602ccd400c72df929158b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 05df543

Please sign in to comment.