Skip to content

Commit 9df884e

Browse files
committed
Upgrade flake8 and pytype
1 parent aee0fe0 commit 9df884e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/run_flake8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
script_dir=$(dirname $0)
55
cd ${script_dir}/.. && \
6-
pip install "flake8==5.0.3" && \
6+
pip install "flake8==5.0.4" && \
77
flake8 slack_bolt/ && flake8 examples/

scripts/run_pytype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
55
cd ${script_dir}/.. && \
66
pip install -e ".[async]" && \
77
pip install -e ".[adapter]" && \
8-
pip install "pytype==2022.7.26" && \
8+
pip install "pytype==2022.8.23" && \
99
pytype slack_bolt/

0 commit comments

Comments
 (0)