Skip to content

Commit

Permalink
Merge pull request #205336 from Homebrew/bump-ruff-0.9.3
Browse files Browse the repository at this point in the history
ruff 0.9.3
  • Loading branch information
BrewTestBot authored Jan 23, 2025
2 parents e6f5459 + c26433b commit 2f13d49
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.9.2.tar.gz"
sha256 "d47a61bbbfceda23ddd29dd0c3cb3bb55f240e80a7aa0ba944e7f9f3f6ed886f"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.3.tar.gz"
sha256 "b80486d27260530bc5ed1348f701e22a984dc15511add374e990b7e0dc5844c0"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "321c76ee1af004603781e3951d08d7e62a2db45b49295c573cb691a76cce25c2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a67231d0bc50934884870877c36f0cde87b85dfad8d8cd078a2c392edf9789e6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4956d710e60d7f82a31a75ea6784572fed492f885038ab2eafbe46f2588fd1f"
sha256 cellar: :any_skip_relocation, sonoma: "3ea9257ada89fbf9b1ad07bde315a67a00c749f2e4c90c5ea15def860e4ebfc8"
sha256 cellar: :any_skip_relocation, ventura: "77ead1ab9d917489c539760165cc82178cb96dabb44b206030dbcdde35a17756"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4af1c57c2c7d885ebb8e33551e5b1ff4fbb75d1ba8cd64de97b5a54061d2970"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f39fa90e26b619423407a583d42c00078eb6a6b9b5550c790a0cd95232bd4e3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d736f8cd33aa4b43e6e52dc6b6ba718fd2fd71a17c7fa7fd373f3fe786a202c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "810215879118444c2ba217383197edb1f9eed868721f753bf85117147144c6ab"
sha256 cellar: :any_skip_relocation, sonoma: "5ab64a4da5776c64968b3de8eeb347eb281ba84a6a085ccca962b775f26f31c8"
sha256 cellar: :any_skip_relocation, ventura: "3b37ee9e082b2e1e4027c96af6d4f3e51f9cd4eee8de6dd9fad430336b30f179"
sha256 cellar: :any_skip_relocation, x86_64_linux: "793df3f2a3257b9ada6e28852ecdfd24079367863260837fce47394207fbe2a5"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 2f13d49

Please sign in to comment.