ci: bump pytype to 2022.11.18
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 23 Nov 2022 20:59:53 -0500
changeset 49654 86e398a3d598
parent 49653 556efeea6dbf
child 49655 54421ef8a423
ci: bump pytype to 2022.11.18 No particular reason, other than the current build is fairly old. It flagged a few more things (that weren't errors based on the logic around them), but OTOH, some of the pyi stubs it generates are less specific.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Wed Nov 23 20:56:22 2022 -0500
+++ b/contrib/heptapod-ci.yml	Wed Nov 23 20:59:53 2022 -0500
@@ -89,7 +89,7 @@
       - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
       - cd /tmp/mercurial-ci/
       - make local PYTHON=$PYTHON
-      - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29
+      - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.11.18
       - ./contrib/setup-pytype.sh
     script:
       - echo "Entering script section"