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 e8136c0 commit dbdb2c5Copy full SHA for dbdb2c5
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.6.30" && \
+ pip install "pytype==2022.7.18" && \
9
pytype slack_bolt/
0 commit comments