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 d7af0bc commit 0b980ecCopy full SHA for 0b980ec
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==2021.12.8" && \
+ pip install "pytype==2021.12.15" && \
9
pytype slack_bolt/
0 commit comments