We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b1512 commit d323034Copy full SHA for d323034
scripts/run_pytype.sh
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
5
cd ${script_dir}/.. && \
6
pip install -e ".[async]" && \
7
pip install -e ".[adapter]" && \
8
- pip install "pytype==2022.1.31" && \
+ pip install "pytype==2022.2.23" && \
9
pytype slack_bolt/
0 commit comments