Skip to content

Commit 157e7ea

Browse files
committed
Upgrade pytype version to the latest
1 parent f0ef1c3 commit 157e7ea

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

0 commit comments

Comments
 (0)