Skip to content

Commit 0b980ec

Browse files
committed
Upgrade pytype to 2021.12.15
1 parent d7af0bc commit 0b980ec

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.12.8" && \
8+
pip install "pytype==2021.12.15" && \
99
pytype slack_bolt/

0 commit comments

Comments
 (0)