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 aee0fe0 commit 9df884eCopy full SHA for 9df884e
scripts/run_flake8.sh
@@ -3,5 +3,5 @@
3
4
script_dir=$(dirname $0)
5
cd ${script_dir}/.. && \
6
- pip install "flake8==5.0.3" && \
+ pip install "flake8==5.0.4" && \
7
flake8 slack_bolt/ && flake8 examples/
scripts/run_pytype.sh
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
pip install -e ".[async]" && \
pip install -e ".[adapter]" && \
8
- pip install "pytype==2022.7.26" && \
+ pip install "pytype==2022.8.23" && \
9
pytype slack_bolt/
0 commit comments