Skip to content

Commit

Permalink
Merge pull request #209308 from Homebrew/bump-pyright-1.1.396
Browse files Browse the repository at this point in the history
pyright 1.1.396
  • Loading branch information
BrewTestBot authored Feb 28, 2025
2 parents cb6ca82 + 19942d7 commit 7a86a96
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.395.tgz"
sha256 "905edbc4b77d35a025e03d588dfa56c96b7995d2b54ad54fb8e8d6e1a2ef457d"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.396.tgz"
sha256 "5bbe6286ca3ad6613af6114bdd1c64cb3f1be669f7b50fb8013f5ac7b9387772"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef72625f7132ecf1890d30b8f89b1869d0439791d6839102168c110c8d7cf29a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef72625f7132ecf1890d30b8f89b1869d0439791d6839102168c110c8d7cf29a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ef72625f7132ecf1890d30b8f89b1869d0439791d6839102168c110c8d7cf29a"
sha256 cellar: :any_skip_relocation, sonoma: "2fc118074a64225f30479b265654e7fa81ec617df0beab72c2787c07d2eb3e83"
sha256 cellar: :any_skip_relocation, ventura: "2fc118074a64225f30479b265654e7fa81ec617df0beab72c2787c07d2eb3e83"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef72625f7132ecf1890d30b8f89b1869d0439791d6839102168c110c8d7cf29a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8408c8c7ebca66b998956e84f3de23f10795b40cbfa23287013c52940801cf2d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8408c8c7ebca66b998956e84f3de23f10795b40cbfa23287013c52940801cf2d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8408c8c7ebca66b998956e84f3de23f10795b40cbfa23287013c52940801cf2d"
sha256 cellar: :any_skip_relocation, sonoma: "f0f04e37d48c263abc2211d3a4d1ca98f441e768373644ba83e3228f2d8f6604"
sha256 cellar: :any_skip_relocation, ventura: "f0f04e37d48c263abc2211d3a4d1ca98f441e768373644ba83e3228f2d8f6604"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8408c8c7ebca66b998956e84f3de23f10795b40cbfa23287013c52940801cf2d"
end

depends_on "node"
Expand Down

0 comments on commit 7a86a96

Please sign in to comment.