pyright 1.1.195

Closes #91028.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2021-12-11 10:39:55 -05:00 committed by BrewTestBot
parent a360cf4008
commit fcc89c6c8d
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.194.tgz"
sha256 "514bad4828a8d1b39651dec83ab447c25fe1dc8f2dc72c96bf18b539830784a1"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.195.tgz"
sha256 "1ee41c18590568a0c1d413c402eb3f443c38b47526e8329dc9d34a2f5b9d026f"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"