aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-06-07 23:41:40 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-06-07 23:41:40 -0700
commit2b6b6cad126cbcc4f4f0a1cf71eaab0bae890a18 (patch)
tree3538dc0403f4fb320a5e7b1471a75d983b1a699b /tools/distrib
parentadedd43b09e116f2059e6ce9992f97ce761b047d (diff)
Bump pylint to pylint-1.9.2
Diffstat (limited to 'tools/distrib')
-rwxr-xr-xtools/distrib/pylint_code.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/distrib/pylint_code.sh b/tools/distrib/pylint_code.sh
index 013b6660eb..d7bbf29d6a 100755
--- a/tools/distrib/pylint_code.sh
+++ b/tools/distrib/pylint_code.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2017 gRPC authors.
+# Copyright 2017 The gRPC Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ python -m virtualenv $VIRTUALENV
PYTHON=$VIRTUALENV/bin/python
$PYTHON -m pip install --upgrade pip==10.0.1
-$PYTHON -m pip install pylint==1.6.5
+$PYTHON -m pip install pylint==1.9.2
for dir in "${DIRS[@]}"; do
$PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" || exit $?