Skip to content

Commit

Permalink
ruff 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Porkepix authored and branchvincent committed Jan 12, 2024
1 parent 4df8ce2 commit d82743b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
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.1.13.tar.gz"
sha256 "36a32001c821b844d19fc3d95d6d9265b9ef03b08c5e0950dfa94191454b5a93"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

stable do
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.12.tar.gz"
sha256 "7550d9ceff0283d74964f27017585441d179bb9cea85254f59425cb50d793b24"

# remove in next version
# see upstream issue: https://github.com/astral-sh/ruff/issues/9478
patch do
url "https://github.com/astral-sh/ruff/commit/350dcb807ac3e1f58b895149a7f8e4c680ffaa5a.patch?full_index=1"
sha256 "920954bbf87df9dd3028d10a2a794bba8e162e80e49a2597275a360d5ca412e4"
end
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cee067e5be5cd4ede84480782b4c8e8421901b356f9eb59bfaac009586eafc83"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eafa67ced9e93475d6c599bdfb50c5544ff39b7cf907a67363259e7e169ffa78"
Expand Down

0 comments on commit d82743b

Please sign in to comment.