From b56a502431c0f952de63da41c9c4c3fd5738758f Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Mon, 1 Nov 2021 23:32:16 -0400 Subject: [PATCH] pyright 1.1.184 Closes #88590. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/pyright.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pyright.rb b/Formula/pyright.rb index e338aa6ae98..0916e1c273f 100644 --- a/Formula/pyright.rb +++ b/Formula/pyright.rb @@ -3,8 +3,8 @@ require "language/node" class Pyright < Formula desc "Static type checker for Python" homepage "https://github.com/microsoft/pyright" - url "https://registry.npmjs.org/pyright/-/pyright-1.1.183.tgz" - sha256 "aae5161a88db993ef9739de4954ee8571ea2db8c3e67cd1cba46b34210ccf898" + url "https://registry.npmjs.org/pyright/-/pyright-1.1.184.tgz" + sha256 "73ca53708a8d29807fe4b94bac102e349bed9fd84762b184c9c9eaa4c24e841d" license "MIT" head "https://github.com/microsoft/pyright.git", branch: "main"