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>
master
Dustin Rodrigues 2021-11-01 23:32:16 -04:00 committed by BrewTestBot
parent 94c3ab11c0
commit b56a502431
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -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"