Skip to content

Commit

Permalink
Upgrade pytype and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 19, 2022
1 parent 040c51f commit d42415b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Falcon supports Python 3.11 since its v3.1.1
pip install "falcon>=3.1.1,<4"
pytest tests/adapter_tests_async/
- name: Run tests for HTTP Mode adapters (Asgi)
- name: Run tests for HTTP Mode adapters (ASGI)
run: |
# Requires async test dependencies
pytest tests/adapter_tests/asgi/
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.4" && \
pip install "flake8==6.0.0" && \
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.11.10" && \
pip install "pytype==2022.12.15" && \
pytype slack_bolt/

0 comments on commit d42415b

Please sign in to comment.