Skip to content

Commit

Permalink
Merge pull request #163107 from Porkepix/bump-ruff-0.2.2
Browse files Browse the repository at this point in the history
ruff 0.2.2
  • Loading branch information
BrewTestBot committed Feb 18, 2024
2 parents ccfeb41 + 6abe2b2 commit b997ba6
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.2.1.tar.gz"
sha256 "d19f4df87c8d678ea46429fb19bd7952ad1907e84fd2aeb966263f72061a5a14"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.2.2.tar.gz"
sha256 "12dd075410eb8c73865048817d851fed617e0d8baa30d06707b8b67ff25e247e"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "269e89caba0feb20fd02fa83fddc53a62a05937f078b54a7e8e1f2d78e561642"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e394a66607a0194ebac6e211e67855a0b013bf153a0df37221395d5a34168d14"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bdaa398d2afd1a5e6e3473851ccceefc255ec640539123d3a1881f13d6bd2c0d"
sha256 cellar: :any_skip_relocation, sonoma: "4bd6fd6e9d9ca763d3edf7c45981981dbcc26a1e2f4674034cd4989a81beabab"
sha256 cellar: :any_skip_relocation, ventura: "3b682c38dfa611489d0fc294db78a545dabf55443c91ffd5e16d145018a15bb6"
sha256 cellar: :any_skip_relocation, monterey: "aac92767349e98e3323573ccbcca33f0337a8878dfb66341187e600d824e45ef"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcf29328bc11357485a964bedf98718f8f7cc751032c86decb57b536c5902b4a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32a2168335468f3fdb5de7805c4589656cd067803b2779d5962e3fa8bd687dfd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f8b4c9aaf0a1e097ace33e988fa6353171f180d108353bc5bda138e36bdff53"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cac7456da1942f4854606d808b5e1c2180ead26f54cf5c3186535185af2a8843"
sha256 cellar: :any_skip_relocation, sonoma: "d40e7d2a3026111b6d3f650bb72c6944e372fb4ff30564acf155947301419d27"
sha256 cellar: :any_skip_relocation, ventura: "e5da25a98c54114478a6f013c5c302cf7d1f1f8e5d2d144d772a5f96a39d25ff"
sha256 cellar: :any_skip_relocation, monterey: "f917df401f6bb9ad27cea253ef9a59ffcbbe918a9ed23ca6b9020cc004982dac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1cbe7ae04e598e8243707f7a87d814e6370a4ae7c2cd90ac71252100a105cfdc"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b997ba6

Please sign in to comment.