Skip to content

Commit

Permalink
Upgrade flake8 and pytype
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 26, 2022
1 parent aee0fe0 commit 9df884e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_flake8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

script_dir=$(dirname $0)
cd ${script_dir}/.. && \
pip install "flake8==5.0.3" && \
pip install "flake8==5.0.4" && \
flake8 slack_bolt/ && flake8 examples/
2 changes: 1 addition & 1 deletion scripts/run_pytype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ script_dir=$(dirname $0)
cd ${script_dir}/.. && \
pip install -e ".[async]" && \
pip install -e ".[adapter]" && \
pip install "pytype==2022.7.26" && \
pip install "pytype==2022.8.23" && \
pytype slack_bolt/

0 comments on commit 9df884e

Please sign in to comment.