Skip to content

Commit

Permalink
Merge pull request #177920 from Homebrew/bump-ruff-0.5.4
Browse files Browse the repository at this point in the history
ruff 0.5.4
  • Loading branch information
BrewTestBot committed Jul 20, 2024
2 parents c7a84f4 + 2ca570f commit 5d6a075
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.3.tar.gz"
sha256 "7d3e1d6405a5c0e9bf13b947b80327ba7330f010060aaba514feecfd6d585251"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.4.tar.gz"
sha256 "562203b8d79585214a47104a37285758e38fa50def570dae685176298dc70066"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7ba9802a31e651ac9ca286d24898610889b94c31b773e6b2f70235438501a84"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b77086536d9cd582e793ab253cee3ff1f58fdbe08adb5e44cca55fd66d777fb"
sha256 cellar: :any_skip_relocation, arm64_monterey: "318b5919a3db7d424fcf962ae0fc5fcbad6aedd864a9ea79276856971241f92a"
sha256 cellar: :any_skip_relocation, sonoma: "e1b0297a1325f31e02395145e500dee5f6dcaee0ea4bbd1e2a587f394e75db37"
sha256 cellar: :any_skip_relocation, ventura: "b33ad225af62be5874f7212843fabf9b16879d42e9524d78a88b90ee1695e525"
sha256 cellar: :any_skip_relocation, monterey: "a3fa42932352954c4bc18a09f0f5a720a618b543ec9a366530b9350a6293f979"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d2e053e0dd54e3ac379766e928f4c1965df021a87254c1417b92fd6bb60ddb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2b3883dc1737d9ca29b8950b1d7e14478dac63e1aba70b86f8a57a514dc49b1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ce6a8f984062fed3f2d78f02e8af2743815299a5365e23b32dd0436af62ba92"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d53991b849c2cb2ecfaf6570b3ee9c28d9bf51cce43799bec031f120e81cfd3"
sha256 cellar: :any_skip_relocation, sonoma: "d18d9c9f151e2377eb84d6e50a3e5ab5db286091e91daa0cdb44826158740cb4"
sha256 cellar: :any_skip_relocation, ventura: "4a69da525e929887006ea614813a617e9d10894643f2fe69f1db0c2faf20c28e"
sha256 cellar: :any_skip_relocation, monterey: "732367f8e52b8cf47085abed857a9a3086500503fd34cb6b9f25d9bf9f80b207"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f501d0c5c77d00868d3839e4151b83762081bbc53c034b5be75c82a7427261b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 5d6a075

Please sign in to comment.