Skip to content

Commit

Permalink
Merge pull request #140518 from chenrui333/bump-ruff-0.0.286
Browse files Browse the repository at this point in the history
ruff 0.0.286
  • Loading branch information
BrewTestBot authored Aug 26, 2023
2 parents f34c870 + cec5762 commit 028a4b0
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://beta.ruff.rs/"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.285.tar.gz"
sha256 "9477c8db1f5d21cc53b038a40748e97e541c9356926c45bae15767c5dc56c91f"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.286.tar.gz"
sha256 "e2e1427442cde76d16d655f1743a64489337d1864c43540775f64a0456ea0d52"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "dc39d7ae6bc7a796007ee1ed98481413f7bd4529a8a0026cf0baeefba069fa3a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f5ed050d2d874fdf45406fcf68eb47320ca345a098db148c13bb10202442a124"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2360d33cf9db4e47f8b1905b177398780a7d23d8903205ec24540440081fd535"
sha256 cellar: :any_skip_relocation, ventura: "551994a196c16d86c67f8e1f76a6599d4ee7215b22ffcbcdc103b7acf93cad7b"
sha256 cellar: :any_skip_relocation, monterey: "ce9c41c3e1a1de59e568837513552b05ad1181ae6920c161d7c3d420e77595b6"
sha256 cellar: :any_skip_relocation, big_sur: "9d54ef9b8a210a35cc2497659730ca56edc5ee99e39b305a7344c5520b997cff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "051478e168a52e23bdffac1a8daa3b44712eb0072a06a364f72b2df49258a998"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1633a92f8c8893890e282ed73f60d7075369b77911ed2233cccfa384934d9344"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f0c822e061f1fc9655d219be13227089be7eb0e76ca4e2622611c20660f6a593"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3a89a9e48cd6f35f07efa5b62836eb245d3ac554342747885f48687ba9f01602"
sha256 cellar: :any_skip_relocation, ventura: "f9170f37903ebc54f0593162dcd8c833dfbe0bf9bd3eb0290ecfd758d9064452"
sha256 cellar: :any_skip_relocation, monterey: "ffdb3d697a79e35ecc9fa6f96ecc96dda15bb1554ce4761ceab8706211164a39"
sha256 cellar: :any_skip_relocation, big_sur: "da570919fc6ead326929e1373153ecb35591b8424582b5f8bde51542d6afa8cf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "06ab9ec7071cdc0a4d411345208f47a5b2931b7f5896baf34c3e1c85e521ab61"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 028a4b0

Please sign in to comment.