Skip to content

Commit

Permalink
Upgrade pytype version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 8, 2022
1 parent cfd7407 commit 208992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_pytype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ script_dir=$(dirname $0)
cd ${script_dir}/.. && \
pip install -e ".[async]" && \
pip install -e ".[adapter]" && \
pip install "pytype==2022.6.14" && \
pip install "pytype==2022.6.30" && \
pytype slack_bolt/

0 comments on commit 208992c

Please sign in to comment.