Skip to content

Commit

Permalink
Merge pull request #152513 from p-linnane/bump-ruff-0.1.3
Browse files Browse the repository at this point in the history
ruff 0.1.3
  • Loading branch information
BrewTestBot committed Oct 26, 2023
2 parents db6c3d5 + 4df0ba9 commit 56e6b8f
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.1.2.tar.gz"
sha256 "2135ea2f647a17e9060a3ca10f6df2be9e37ae87c864fe79dd3c067ba6ee57b2"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.3.tar.gz"
sha256 "448936202951954870293450abd34868ed40aba0af7775274e0b57fc6a061661"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c395c702728491b25978ac5f7807395f0b46c7776f54c399a60686c39ddaacf2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0a1334f98cb5ef2ec82436be40fbb6b047b29b014036b390aacde9b6d7ac599"
sha256 cellar: :any_skip_relocation, arm64_monterey: "43cb3ca012f95f2765549224d602b9ef0cbc74931afe66e21361390de145d91e"
sha256 cellar: :any_skip_relocation, sonoma: "84567f3368a9f8ce7d51a78814f96979dc03e34d9eb187fdaa3f9976354b8cc0"
sha256 cellar: :any_skip_relocation, ventura: "80cfd4b0797ce075e273f7a62570295726010d1cb4573b199e438ea95d0b27a5"
sha256 cellar: :any_skip_relocation, monterey: "440df60f81e8337c09cc8d0976397d3e5233b86bc3e7d003106e52630b7466c7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8390e21a2206ae968cf60eb63087cec67d28ae58bd753581e0a6f80153e659"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "413195331274e6f04e68b92476d44998b78b8183ba394153e6c09f5d23964066"
sha256 cellar: :any_skip_relocation, arm64_ventura: "88305cec38d181b9e2a52925e7b94b8d5b17b1c752a0e09ff942c788d86c8304"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1cfaaa73d5f1de11cc0b936b1d4742be4ed072df82b862dc6d407a662dc717f8"
sha256 cellar: :any_skip_relocation, sonoma: "a66989bd7ba8f63e4cdcef22f22353ab7cf1bfc2de57c593e45e78633af1031e"
sha256 cellar: :any_skip_relocation, ventura: "11aea5e09a413155c87389fdcdb2558cbe6c563e90afc2a75abe304bd0e5e1f0"
sha256 cellar: :any_skip_relocation, monterey: "c789f2ba3efd2469ac9b52e9d6f60144eccbcf3e601bfe51a1648a82fddd3a0a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb0faf9cf97ce0fad2a9b5e855064fa9acb0f981dbec59b8bd5d09be8745d04f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 56e6b8f

Please sign in to comment.