# HG changeset patch # User Matt Harbison # Date 1669255193 18000 # Node ID 86e398a3d59837356ec07793bdf813835b1c9139 # Parent 556efeea6dbf0a44a508ab8d47f1bab384087df6 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. diff -r 556efeea6dbf -r 86e398a3d598 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"