Skip to content

Commit c457d89

Browse files
authored
Merge pull request #230242 from Homebrew/bump-basedpyright-1.31.0
basedpyright 1.31.0
2 parents 3cb8c4e + cfe4a2a commit c457d89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/basedpyright.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Basedpyright < Formula
22
desc "Pyright fork with various improvements and built-in pylance features"
33
homepage "https://github.com/DetachHead/basedpyright"
4-
url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.30.1.tgz"
5-
sha256 "781e2cf87b5a1854845a039223791c82c01d91f56dd7d7067685c968b2428a42"
4+
url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.31.0.tgz"
5+
sha256 "05391cdff033634b37234ecd8331ce238479f1c331afa95fa95bc494b104e432"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1812e40935d9b7cea275134282bb461f05b4dcdfa734bc4b060871e55507d389"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1812e40935d9b7cea275134282bb461f05b4dcdfa734bc4b060871e55507d389"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1812e40935d9b7cea275134282bb461f05b4dcdfa734bc4b060871e55507d389"
12-
sha256 cellar: :any_skip_relocation, sonoma: "167a642a4f255035474d9577be644d8aa03200aa7b295b74bd613354553e74bc"
13-
sha256 cellar: :any_skip_relocation, ventura: "167a642a4f255035474d9577be644d8aa03200aa7b295b74bd613354553e74bc"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "1812e40935d9b7cea275134282bb461f05b4dcdfa734bc4b060871e55507d389"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1812e40935d9b7cea275134282bb461f05b4dcdfa734bc4b060871e55507d389"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18e8de81c5058a34215e34a28489d9b2beaa91c94d8e5c0140553edf664d1efe"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18e8de81c5058a34215e34a28489d9b2beaa91c94d8e5c0140553edf664d1efe"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18e8de81c5058a34215e34a28489d9b2beaa91c94d8e5c0140553edf664d1efe"
12+
sha256 cellar: :any_skip_relocation, sonoma: "38cdc47202d9fba2aabdac40d3d662c6863fa5de6387fb0174d1d2d2eade025d"
13+
sha256 cellar: :any_skip_relocation, ventura: "38cdc47202d9fba2aabdac40d3d662c6863fa5de6387fb0174d1d2d2eade025d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "18e8de81c5058a34215e34a28489d9b2beaa91c94d8e5c0140553edf664d1efe"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "18e8de81c5058a34215e34a28489d9b2beaa91c94d8e5c0140553edf664d1efe"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)