Skip to content

Commit 0987047

Browse files
authored
Merge pull request #150510 from dtrodrigues/bump-pyright-1.1.331
pyright 1.1.331
2 parents 78b082e + b40f05f commit 0987047

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/pyright.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
class Pyright < Formula
44
desc "Static type checker for Python"
55
homepage "https://github.com/microsoft/pyright"
6-
url "https://registry.npmjs.org/pyright/-/pyright-1.1.330.tgz"
7-
sha256 "36d9c9776a001e29baa52ecb85a57cb7cffccce21e9cb5b46c18636d339f624b"
6+
url "https://registry.npmjs.org/pyright/-/pyright-1.1.331.tgz"
7+
sha256 "1b58122488566e1f9438822539a6079d604fa429168ab698d47593ec1ba9a9e5"
88
license "MIT"
99
head "https://github.com/microsoft/pyright.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64"
14-
sha256 cellar: :any_skip_relocation, arm64_monterey: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64"
15-
sha256 cellar: :any_skip_relocation, sonoma: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f"
16-
sha256 cellar: :any_skip_relocation, ventura: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f"
17-
sha256 cellar: :any_skip_relocation, monterey: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cdd1b3c707e8009024d3dca8d00c02422cfe9b570ea89271d8fd33a1be68e264"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b"
14+
sha256 cellar: :any_skip_relocation, arm64_monterey: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b"
15+
sha256 cellar: :any_skip_relocation, sonoma: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544"
16+
sha256 cellar: :any_skip_relocation, ventura: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544"
17+
sha256 cellar: :any_skip_relocation, monterey: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "33e4a0d5a6564b258ba2e071b05f4c8152e2372bf1ea114942dd9d070d59071a"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)