Skip to content

Commit b2ecb37

Browse files
authored
Merge pull request #200006 from Homebrew/bump-pyright-1.1.390
pyright 1.1.390
2 parents 9f19728 + f07504a commit b2ecb37

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pyright.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Pyright < Formula
22
desc "Static type checker for Python"
33
homepage "https://github.com/microsoft/pyright"
4-
url "https://registry.npmjs.org/pyright/-/pyright-1.1.389.tgz"
5-
sha256 "567ddfa65cb5a43a9286c2398b7fdd8755ca0238d7a35c45081d08a7d17773a2"
4+
url "https://registry.npmjs.org/pyright/-/pyright-1.1.390.tgz"
5+
sha256 "8665cb0fbb32d8af7043019824920d89062928910aa1fa97d8ec34224d082beb"
66
license "MIT"
77
head "https://github.com/microsoft/pyright.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7aa42d7651cb7d7a6849a93881d3266bb45c33362019d87e8c38445bb62bf184"
14-
sha256 cellar: :any_skip_relocation, ventura: "7aa42d7651cb7d7a6849a93881d3266bb45c33362019d87e8c38445bb62bf184"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1e4b46d57003ec2420df18f1c73e1ca4b08c343ac59c0d2aeef0a176720e6c8c"
14+
sha256 cellar: :any_skip_relocation, ventura: "1e4b46d57003ec2420df18f1c73e1ca4b08c343ac59c0d2aeef0a176720e6c8c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)