pyright 1.1.275

Closes #112962.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-10-12 14:05:49 +02:00 committed by BrewTestBot
parent 670d1ce377
commit 2636b83464
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 class Pyright < Formula
desc "Static type checker for Python" desc "Static type checker for Python"
homepage "https://github.com/microsoft/pyright" homepage "https://github.com/microsoft/pyright"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz" url "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz"
sha256 "355aba4efea91befe9580cfc45bc9d8fdb13c4af13730ef3951e87a00fe9b135" sha256 "cb1904c8fcc78fc76b549842b0ae66355489c83239149270311c8f0232234bcc"
license "MIT" license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main" head "https://github.com/microsoft/pyright.git", branch: "main"