pyright 1.1.272

Closes #111300.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2022-09-20 23:30:56 -04:00 committed by BrewTestBot
parent 69ad426cff
commit a3befb1cce
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.271.tgz"
sha256 "a1265f5aaca9eaf2bfed14b5b058ba04d8edbfdb4e4e35f5b87fd0bc59de8386"
url "https://registry.npmjs.org/pyright/-/pyright-1.1.272.tgz"
sha256 "ea3d1aa9544ad6c408c1961bdcdaaeb7a10ad7c48f494c686a13252f9f056a75"
license "MIT"
head "https://github.com/microsoft/pyright.git", branch: "main"