Fix the styling

pull/21384/head
Lidi Zheng 5 years ago
parent 8ca400f118
commit ae3c098e02
  1. 1
      .gitignore
  2. 2
      tools/distrib/check_pytype.sh

1
.gitignore vendored

@ -22,7 +22,6 @@ py3[0-9]_native/
a.out
src/python/grpcio_*/LICENSE
src/python/grpcio_status/grpc_status/google/rpc/status.proto
None
.pytype
# Node installation output

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
JOBS=`nproc` || JOBS=4
JOBS=$(nproc) || JOBS=4
python3 -m pip install pytype==2019.11.27
python3 -m pytype --keep-going -j "$JOBS" --strict-import --config "setup.cfg"

Loading…
Cancel
Save