contrib/check-pytype.sh
changeset 51305 05ce07bdb173
parent 51291 0bb5299800ca
child 51306 46280260d010
equal deleted inserted replaced
51304:d91b55371d6f 51305:05ce07bdb173
    69 # TODO: use --no-cache on test server?  Caching the files locally helps during
    69 # TODO: use --no-cache on test server?  Caching the files locally helps during
    70 #       development, but may be a hinderance for CI testing.
    70 #       development, but may be a hinderance for CI testing.
    71 
    71 
    72 # TODO: include hgext and hgext3rd
    72 # TODO: include hgext and hgext3rd
    73 
    73 
    74 pytype -V 3.7 --keep-going --jobs auto \
    74 pytype --keep-going --jobs auto \
    75     doc/check-seclevel.py hgdemandimport hgext mercurial \
    75     doc/check-seclevel.py hgdemandimport hgext mercurial \
    76     -x hgext/absorb.py \
    76     -x hgext/absorb.py \
    77     -x hgext/bugzilla.py \
    77     -x hgext/bugzilla.py \
    78     -x hgext/convert/bzr.py \
    78     -x hgext/convert/bzr.py \
    79     -x hgext/convert/cvs.py \
    79     -x hgext/convert/cvs.py \