Skip to content

Commit

Permalink
Merge pull request #191817 from Homebrew/bump-pyright-1.1.382
Browse files Browse the repository at this point in the history
pyright 1.1.382
  • Loading branch information
BrewTestBot authored Sep 25, 2024
2 parents 16dce87 + 1278e81 commit 7a67262
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pyright.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Pyright < Formula
desc "Static type checker for Python"
homepage "https://github.com/microsoft/pyright"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.381.tgz"
sha256 "7d7e531f21c5a7869dfa792bc1918e6ecf857a6fbf128aa4e163d18515dd8828"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.382.tgz"
sha256 "30ab75cea341a1afe7b334e662a5d7b792d8fea89fe5dccd6a9599f3d6eabd98"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b557e1e647cda35f187510132ce71a47f03238a608b13f5480b302cfa7b30c20"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b557e1e647cda35f187510132ce71a47f03238a608b13f5480b302cfa7b30c20"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b557e1e647cda35f187510132ce71a47f03238a608b13f5480b302cfa7b30c20"
sha256 cellar: :any_skip_relocation, sonoma: "cd6a9d7dfcb033e5c3c4b904cbf78d33cd5e4079407edc9bccbaa87c5296adc9"
sha256 cellar: :any_skip_relocation, ventura: "cd6a9d7dfcb033e5c3c4b904cbf78d33cd5e4079407edc9bccbaa87c5296adc9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b557e1e647cda35f187510132ce71a47f03238a608b13f5480b302cfa7b30c20"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f59d7f90ae5b5f3773a6b95330249b6bc84ea22db4d6e9d294870e1e23ae91a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f59d7f90ae5b5f3773a6b95330249b6bc84ea22db4d6e9d294870e1e23ae91a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4f59d7f90ae5b5f3773a6b95330249b6bc84ea22db4d6e9d294870e1e23ae91a"
sha256 cellar: :any_skip_relocation, sonoma: "50c847331307d4feb8f5bf32cfd81e173c3facedfa229c419aa9a349ebd759c6"
sha256 cellar: :any_skip_relocation, ventura: "50c847331307d4feb8f5bf32cfd81e173c3facedfa229c419aa9a349ebd759c6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f59d7f90ae5b5f3773a6b95330249b6bc84ea22db4d6e9d294870e1e23ae91a"
end

depends_on "node"
Expand Down

0 comments on commit 7a67262

Please sign in to comment.