Skip to content

Commit

Permalink
Merge pull request #130865 from p-linnane/bump-ruff-0.0.266
Browse files Browse the repository at this point in the history
ruff 0.0.267
  • Loading branch information
BrewTestBot committed May 12, 2023
2 parents f60808f + d2b7313 commit fdcd4c5
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.265.tar.gz"
sha256 "bec366a844dc007904c05f96fe0f3d5ee6e2388fd73ee1bcf0bcc192e7be82c2"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.267.tar.gz"
sha256 "80aec7de147c127ca8f9285c5989a14ab83ad056d08ac2abd9fa01691a1908f7"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "08a579ea0e60f6328667b4dd85b0d76c95fa6b854750395d8f17e35443ae9e43"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cd096e962d235bee9d75b1e7dee42d4f086fc6f2d4b56684eaf7e40e2d031f4d"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a0af6611c28bd1398e059213742ba396a979242a7db27526a3ee308ac6c6f6cb"
sha256 cellar: :any_skip_relocation, ventura: "649175ab4eb09aa926248e80ace93d2699c2a7c537410a75f87d855995716fc0"
sha256 cellar: :any_skip_relocation, monterey: "3e73d5e9da783fbec4d766a1f6d6283e186da57878d04b95d416b89092124fb5"
sha256 cellar: :any_skip_relocation, big_sur: "d26d6c55e76935876deeb884c8ded481d7ab585f78140a7db4679dd4f36bf542"
sha256 cellar: :any_skip_relocation, x86_64_linux: "19cccc6bf0e1fe5581321a5f598fe5c4f1fc8e22ca99a7e6178ff1fdeec9bb91"
sha256 cellar: :any_skip_relocation, arm64_ventura: "081e25d44a6c90dde16942d25c2beeaab3d8b02ccb5fd4e6f97bb663a995974c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "919c5c73771d3a1c769dab826ccfb015470f970d8992bf46efa1310736619e2e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6d5ae061298af2345877ab3b189ba5eaa462e1da51421637e35eff703da86c62"
sha256 cellar: :any_skip_relocation, ventura: "0a5d7ac91e6c7cc129eb76aa36e761688ad115b5223950cca0922f790b9ecc58"
sha256 cellar: :any_skip_relocation, monterey: "551c076ed70e94ec145080f5afcbd88945fb2a04f68cc29d4b3255c79d7e4c4a"
sha256 cellar: :any_skip_relocation, big_sur: "44bdd278d370f963393af9a142de7863cbb019217092b524a2d6c8a68d028ba4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "918303b6ce0e8b3a3b8ea5af1cf1282fee981a7a589dd99a07f956029720487b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit fdcd4c5

Please sign in to comment.