Skip to content

Commit dbdb2c5

Browse files
committed
Upgrade pytype to the latest version
1 parent e8136c0 commit dbdb2c5

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

0 commit comments

Comments
 (0)