pyright 1.1.251

Closes #102734.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-06-01 11:49:45 +02:00 committed by BrewTestBot
parent 9c0ed80128
commit d6c6c88723
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.250.tgz"
sha256 "c6e54e3161027d1baa48a00f6ae5edf13c3cefa384438a5b2ebe6208cd29e91e"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.251.tgz"
sha256 "adc9b9e05b0095765f8f055a05b4c9faebaa3760468bfaf077343e67b612207b"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"