Skip to content

Commit

Permalink
Merge pull request #159989 from dtrodrigues/bump-pyright-1.1.347
Browse files Browse the repository at this point in the history
pyright 1.1.347
  • Loading branch information
BrewTestBot authored Jan 15, 2024
2 parents 0f80305 + 2522737 commit 8069582
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/pyright.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
class Pyright < Formula
desc "Static type checker for Python"
homepage "https://github.com/microsoft/pyright"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.346.tgz"
sha256 "eee4bc65f61b2661be624dbc87d05a2ca74d8e0ff1b058cc9bc60636646196ae"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.347.tgz"
sha256 "21ed53b028c864b48a76605a270939a3b246d0faadc2beaacfd8ae25977c39dc"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "753f36b5b85f966dda25b3b09ec2ebd51350568ce4445753561be95de02d424c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "753f36b5b85f966dda25b3b09ec2ebd51350568ce4445753561be95de02d424c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "753f36b5b85f966dda25b3b09ec2ebd51350568ce4445753561be95de02d424c"
sha256 cellar: :any_skip_relocation, sonoma: "7400a8aa9b7ee8ae30e86746e6a423a3619ce94fa1e0defa7b40b21af216398e"
sha256 cellar: :any_skip_relocation, ventura: "7400a8aa9b7ee8ae30e86746e6a423a3619ce94fa1e0defa7b40b21af216398e"
sha256 cellar: :any_skip_relocation, monterey: "7400a8aa9b7ee8ae30e86746e6a423a3619ce94fa1e0defa7b40b21af216398e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c54ada8c320a94b8a0500cae92d8bf571e8a957caf7690f9169c599c96124fd5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5832a6fad5396afa52567b9a62324f8263cd7d77ea37a5084f18e46caf0b7a86"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5832a6fad5396afa52567b9a62324f8263cd7d77ea37a5084f18e46caf0b7a86"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5832a6fad5396afa52567b9a62324f8263cd7d77ea37a5084f18e46caf0b7a86"
sha256 cellar: :any_skip_relocation, sonoma: "91b5cb9d7c60fe55800fcf9ad7c7994f52019a2404859c9bd43168689d21108d"
sha256 cellar: :any_skip_relocation, ventura: "91b5cb9d7c60fe55800fcf9ad7c7994f52019a2404859c9bd43168689d21108d"
sha256 cellar: :any_skip_relocation, monterey: "91b5cb9d7c60fe55800fcf9ad7c7994f52019a2404859c9bd43168689d21108d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "41df9245f23c86049ffee5e221f8e91d2ccb372d3372c1cd7914019e1493dc53"
end

depends_on "node"
Expand Down

0 comments on commit 8069582

Please sign in to comment.