##// END OF EJS Templates
ci: bump pytype to 2022.11.18...
Matt Harbison -
r50549:86e398a3 default
parent child Browse files
Show More
@@ -89,7 +89,7 b' check-pytype:'
89 89 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
90 90 - cd /tmp/mercurial-ci/
91 91 - make local PYTHON=$PYTHON
92 - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29
92 - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.11.18
93 93 - ./contrib/setup-pytype.sh
94 94 script:
95 95 - echo "Entering script section"
General Comments 0
You need to be logged in to leave comments. Login now