Skip to content

Commit add9eb6

Browse files
authored
Merge pull request Homebrew#196039 from Homebrew/bump-pyright-1.1.387
pyright 1.1.387
2 parents 1e41e4e + 1a9f1ff commit add9eb6

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.386.tgz"
5-
sha256 "d68e4f1dc593975a5253eca16e56970ad001298de5b744688c65e735030ee471"
4+
url "https://registry.npmjs.org/pyright/-/pyright-1.1.387.tgz"
5+
sha256 "0381525a5c3abf97b3f9423816c7bff2b27aa7dbda56c1c5d49b4e5ff55604f6"
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: "34b631c0d847dd2fa1a616b9e817ab8a00e422001ea92e9e0ed4f1a655a5a94e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34b631c0d847dd2fa1a616b9e817ab8a00e422001ea92e9e0ed4f1a655a5a94e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "34b631c0d847dd2fa1a616b9e817ab8a00e422001ea92e9e0ed4f1a655a5a94e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "44e97d42a302fd68195c4c391729eb8f84cdffc61a8517a32e5d1cfc7ae88425"
14-
sha256 cellar: :any_skip_relocation, ventura: "44e97d42a302fd68195c4c391729eb8f84cdffc61a8517a32e5d1cfc7ae88425"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "34b631c0d847dd2fa1a616b9e817ab8a00e422001ea92e9e0ed4f1a655a5a94e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cbf68ee1cac66980a9c59042149e18962499b2ecc886fadd6ffabaccfe7341a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cbf68ee1cac66980a9c59042149e18962499b2ecc886fadd6ffabaccfe7341a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4cbf68ee1cac66980a9c59042149e18962499b2ecc886fadd6ffabaccfe7341a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4ba551506a2ceeffe536f958f9437178dee3dfbbb40593d4923449dcd60e48f7"
14+
sha256 cellar: :any_skip_relocation, ventura: "4ba551506a2ceeffe536f958f9437178dee3dfbbb40593d4923449dcd60e48f7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4cbf68ee1cac66980a9c59042149e18962499b2ecc886fadd6ffabaccfe7341a"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)