mypy 0.530
Closes #19111. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b281efd3f8
commit
3d7a81dca5
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ class Mypy < Formula
|
|||
desc "Experimental optional static type checker for Python"
|
||||
homepage "http://www.mypy-lang.org/"
|
||||
url "https://github.com/python/mypy.git",
|
||||
:tag => "v0.521",
|
||||
:revision => "858f7512cf3b4e39c0f4e8de5a13eee0e1e138fb"
|
||||
:tag => "v0.530",
|
||||
:revision => "f0c941f41bea326d9c8d4e12e0ee13532cb19c42"
|
||||
head "https://github.com/python/mypy.git"
|
||||
|
||||
bottle do
|
||||
|
@ -27,8 +27,8 @@ class Mypy < Formula
|
|||
end
|
||||
|
||||
resource "typed-ast" do
|
||||
url "https://files.pythonhosted.org/packages/6c/8c/308968906916c5523c3a0e5ecb8ba8d79b8baf67f05faf1dffcb2a78ae7e/typed-ast-1.0.4.tar.gz"
|
||||
sha256 "73f09aac0119f6664a3f471a1ec1c9b719f572bc9212913cea96a78b22c2e96e"
|
||||
url "https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz"
|
||||
sha256 "57fe287f0cdd9ceaf69e7b71a2e94a24b5d268b35df251a88fef5cc241bf73aa"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue