Commit a7dc145d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update to current mypy to support Py3.8

parent 6df9556e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@ fi

VERSIONS="$@"
if test "$VERSIONS" = ""; then
  # Pinned version pending https://github.com/python/mypy/issues/2978
  VERSIONS="mypy==0.471 typed-ast==0.6.3"
  VERSIONS="mypy typed-ast"
fi

echo "-----------------------------------------------"