Skip to content

Commit

Permalink
Merge pull request #138142 from chenrui333/bump-ruff-0.0.281
Browse files Browse the repository at this point in the history
ruff 0.0.281
  • Loading branch information
BrewTestBot authored Aug 1, 2023
2 parents 36d6ac7 + 86ab0a1 commit 21c5c82
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.280.tar.gz"
sha256 "9ea57a4dbad87afabe4af6e2022ac09f23ee46eb24c7cb39ac36a52cd6350419"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.281.tar.gz"
sha256 "4ba81ceebdb1d5583c815a993fedf3c20abcc4653d5678ba33b2ae6115b7d3ca"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "0703b6eba718fcd1eee8d5eae60f62fd29480ce9cc46a92e1c8be7d9991372ab"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7d12e03c7be3b725b8ae0f5692d3bebb657932be352d8fc816eb856973f2d2ff"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3d001fba3e320db63c03faac4ed26ddbf97b334f454d9a7d51ec3174899620f0"
sha256 cellar: :any_skip_relocation, ventura: "201a2da4d9dad3212f67c6bc74c9123e103c4f741a4716ca1c04a765313b10f6"
sha256 cellar: :any_skip_relocation, monterey: "90ebb3f8609d546e0ca4415594ddae2b58e9a5233fbeb46d92bc1eceef841d6f"
sha256 cellar: :any_skip_relocation, big_sur: "98f24758e33db92a2991b774248b92cfb67f79492eff12e64187ea4025442362"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a22f0956b4ab5f47988e388a1ae974abb2bf5046695323e8572a88ee4b9906e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a246b38adbdebeb9a88637c146dc092832ab0effcdef53a788b0ccc99bd1a01f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2e1a95b7b5e5009ba0485fedc4a1fe8a877757504b2b2dae36f31977c781537e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "688a6d6b5cf66e18f06567400d49835bb1ec6820a316c45abfeec15b7f18ec4d"
sha256 cellar: :any_skip_relocation, ventura: "057734c1f177d8e49d4ff71e9528509002cdc83ee795e1af36ae6921daf6aa91"
sha256 cellar: :any_skip_relocation, monterey: "b21ac9d36bc5650bde50625ed1a5c2687e3a3cf7e3221f56b8657f073f6ca00d"
sha256 cellar: :any_skip_relocation, big_sur: "93997f7d29ab93210ea6b41b67eaf00f0e3700f0c5ca86373ac23c1088d6a4bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ef8cabb9156e58e00b43f75b7ff435779bb591a0317e356f90005b1f951fb85"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 21c5c82

Please sign in to comment.