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 dc48378 commit d6dbe64Copy full SHA for d6dbe64
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.15" && \
+ pip install "pytype==2022.1.13" && \
9
pytype slack_bolt/
0 commit comments