Skip to content

Commit d95f2a7

Browse files
authored
Merge pull request #229447 from Homebrew/bump-pyright-1.1.403
pyright 1.1.403
2 parents 75fb89e + edce587 commit d95f2a7

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
@@ -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.402.tgz"
5-
sha256 "c0f45ed549c216f1aea353f8888a9a38744790be195a73541188853f5159453d"
4+
url "https://registry.npmjs.org/pyright/-/pyright-1.1.403.tgz"
5+
sha256 "d62b36fcff0a5f67b8cfc25b5618bc232a8e0b714593e25a83cdbba3d47eec9d"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109"
12-
sha256 cellar: :any_skip_relocation, sonoma: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56"
13-
sha256 cellar: :any_skip_relocation, ventura: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300"
12+
sha256 cellar: :any_skip_relocation, sonoma: "0f353845a64cb1854ce8fa0a69e45fed912482dcf1522078ea9fd5584fac2a37"
13+
sha256 cellar: :any_skip_relocation, ventura: "0f353845a64cb1854ce8fa0a69e45fed912482dcf1522078ea9fd5584fac2a37"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)