Skip to content

Commit 4d64484

Browse files
authored
Upgrade pytype version to 2021.10.25 (#511)
1 parent 8534905 commit 4d64484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_pytype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
55
cd ${script_dir}/.. && \
66
pip install -e ".[async]" && \
77
pip install -e ".[adapter]" && \
8-
pip install "pytype==2021.10.11" && \
8+
pip install "pytype==2021.10.25" && \
99
pytype slack_bolt/

0 commit comments

Comments
 (0)