Skip to content

Commit

Permalink
Merge pull request #139033 from chenrui333/bump-ruff-0.0.283
Browse files Browse the repository at this point in the history
ruff 0.0.283
  • Loading branch information
BrewTestBot committed Aug 9, 2023
2 parents 631d2de + ce11892 commit bf347a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/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.282.tar.gz"
sha256 "f9eca153950f81b298cf4694d86f1f14932f16c2d7085abcd99a05dde177b929"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.283.tar.gz"
sha256 "4c79a2e527937a01ff7c6c47ee203d8e894c50e37f7d899d40de2a073bb50243"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "7c82dfff74a5ebe989e4f516e40583d694a3e86200c2590c85909eb060bdea96"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c9c7488ac0a0a839c0d48241d8c7655ae3ae982988b381ef00104d3f65d2e1da"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "10bccdf5f23821459ab9c92e1d88be6452ab78a10045e89da4bb6ef825462e41"
sha256 cellar: :any_skip_relocation, ventura: "ceea57ed956dc83ef38c5f0a02572f59a22dc13a71b1710fd81db96c2cba3d35"
sha256 cellar: :any_skip_relocation, monterey: "b388be8e49a0d5329e110502db63c7b329b5d36954e0f8f9d07bd0c3bff514da"
sha256 cellar: :any_skip_relocation, big_sur: "1ad9c6a33d849effe709f79fec22bbeb6a48a732a81d203c98d3077ff0f3203a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e3a4ad3a6eda141518fec86df49603b7312be984c795589d808000ec39b7c17"
sha256 cellar: :any_skip_relocation, arm64_ventura: "237537901fc9c90db13bd84df7be011fbe51842978705e4763d7f6384ede0e68"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9c815d7f5f832f42022a45bcd895fb8565e2c790625a66041dc069410d1df172"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "76dd67a7d7b7e92d61523cc337383f2ff1040f46844a2d9c8940cf70e0d106c8"
sha256 cellar: :any_skip_relocation, ventura: "8cd471e90cbb4aa8ac6a154f6a3e634b2dc3ece8e80760606d903d7a5b69da84"
sha256 cellar: :any_skip_relocation, monterey: "99572e8d119783f6e4df4c0e2e146988b39e9395c494315976a926b6f446a3ba"
sha256 cellar: :any_skip_relocation, big_sur: "bf1c1f4329d6a2f7c641528c023ffe22b83595d1c8026c0030b2a0c11595f425"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17026b17b0188860d0bdc5c07115e825a30a7e2e7551fe23072aace88612af9c"
end

depends_on "rust" => :build
Expand Down

0 comments on commit bf347a5

Please sign in to comment.