Skip to content

Commit

Permalink
Merge pull request Homebrew#166848 from Homebrew/bump-ruff-0.3.4
Browse files Browse the repository at this point in the history
ruff 0.3.4
  • Loading branch information
BrewTestBot authored Mar 21, 2024
2 parents 65cad92 + 114369a commit 1a414f0
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.3.tar.gz"
sha256 "0065193961b1398dfdb43cc196a67f7275cc97a711b994430b62905144116e19"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.3.4.tar.gz"
sha256 "2354027cf56ab289bf3d498ea2f80707ef28b47765a50ea951270c325875a58e"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9614b1ce8c18fa7efa331c61cfa9c7f0416a0627513e24037059bb9d16605af9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "316416ae88240c542188ddf7533b7ae2900b6b277d6d163f4b8bcb1e5e0f7586"
sha256 cellar: :any_skip_relocation, arm64_monterey: "369fe1cd22c7b0fce9fd235adb554b29db0f2d0bade21400c02c6aeacc899a6b"
sha256 cellar: :any_skip_relocation, sonoma: "8951f7cf82ddaec5331cea134aa16a0918ef17719a6f62fd836c50070440413b"
sha256 cellar: :any_skip_relocation, ventura: "2e7c722022baef6d7c576a961238e69213d122f25efc1f7d53d8dc642af35d72"
sha256 cellar: :any_skip_relocation, monterey: "067f2e89cc19267fa54b270d548c2bfb584ab882a5a23fc405635a03be31beaa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17044e3c7e9fa6a0dffe29fd20a3394c132424d7c135fbbaee26c4a22c4ca415"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdd91f776a1869016a6367a290b7c157f5dbce8e81ffbbdabec4a16ed5c9a56e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2314ad69e8f21db60fac5d49ad3e14e9c86d759c5fec3914a88a90945efba346"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8aa13b1f827339e0e3269a99704e184c2010191d1ed870e554938111cf681c8c"
sha256 cellar: :any_skip_relocation, sonoma: "c818ed19c3d5f3b1742212ec790c8691a8309863376549f73a17214f40993732"
sha256 cellar: :any_skip_relocation, ventura: "562b7a70f55cf4fbe5eb8aa1ca8bced661a5cbc45e69a6fcd1ee575b44402b55"
sha256 cellar: :any_skip_relocation, monterey: "dbdafa627463323aaf3402805f6809f8e2ce24b7026d427c150f311f46b5bee6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddcb9b5477ccaeb50908c40ec02067e9cdd963bc5cccdac70b941b36dc44ba0d"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 1a414f0

Please sign in to comment.