mirror of https://github.com/grpc/grpc.git
parent
4955cda816
commit
684c50389c
3 changed files with 11 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
#! /bin/bash -ex |
||||
|
||||
JOBS=`nproc` || JOBS=4 |
||||
python3 -m pip install pytype==2019.11.27 |
||||
|
||||
for dir in src/python/grpcio*; do |
||||
python3 -m pytype --keep-going -j "$JOBS" --strict-import $dir |
||||
done |
Loading…
Reference in new issue