Skip to content

Commit

Permalink
Merge pull request #133013 from chenrui333/bump-ruff-0.0.271
Browse files Browse the repository at this point in the history
ruff 0.0.272
  • Loading branch information
BrewTestBot committed Jun 14, 2023
2 parents 0313d97 + 29a49a0 commit c11f526
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://github.com/charliermarsh/ruff"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.270.tar.gz"
sha256 "5b2b9ae2eaf27f2c95233e5fe3771ed48923a001d792e0abcc212b9a37644cd1"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.272.tar.gz"
sha256 "368b163f12dbf587c73948ab650feb3c5229939c3154930c67a3b6a4b4eb0673"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "36e9e0d2625d77126f920bf11573315f1bfacf560311816a4338a649158ec7c6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "167efa1f2ed0f32c3313e81e146a415bc3c8bd3f6cec356d11c26e5faf94d18c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "28771b8d615e7fab88c59df5574fefc0bd53bc5c154c94cb17ddb4c9a6071a90"
sha256 cellar: :any_skip_relocation, ventura: "c140ea149e017ef6922402203194fce37375d2e1305b2639e51cf626f6ba1f34"
sha256 cellar: :any_skip_relocation, monterey: "92fe55196fbc52c32ca472d59a62dcb1f5180fb733848578e406254a44c3f237"
sha256 cellar: :any_skip_relocation, big_sur: "fa1e78bfe4ec13239fb458e124269a6d73800db2c85a5e030148991873da450d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1234711acb2955cb647e149be9c5b3068e4daa22957997b4be4ed2da896f881b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d834945c135e099918ea8e895ec0f158e4410958dfb1da3e97580010e4739b63"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1302c76444d84a4608171ced1700910e16aeefadc8aef02989a7cc1d5cac043c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6188f396a7cfb7fa125616cd6df0efe8f1ad5d05fcad0d4a5a9e555cd7380650"
sha256 cellar: :any_skip_relocation, ventura: "f557b8a76893b5de0b37a54939a8118d56af92e2c2e81cbcba0b1bde87776d11"
sha256 cellar: :any_skip_relocation, monterey: "8a397f3edb941760510b4fb2045e81edd79e2e717d7375b42938bc63b3552fd4"
sha256 cellar: :any_skip_relocation, big_sur: "da8b8c81d2e8e440b7bca1677d89737f378d0d0cd45aec07281e6467af8eb372"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e65efe9337c737e1d1033d9ede5a7c4654ffdacbed930f8b6fd0ec5d6a8913b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit c11f526

Please sign in to comment.