Skip to content

Commit d42415b

Browse files
committed
Upgrade pytype and flake8
1 parent 040c51f commit d42415b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Falcon supports Python 3.11 since its v3.1.1
7979
pip install "falcon>=3.1.1,<4"
8080
pytest tests/adapter_tests_async/
81-
- name: Run tests for HTTP Mode adapters (Asgi)
81+
- name: Run tests for HTTP Mode adapters (ASGI)
8282
run: |
8383
# Requires async test dependencies
8484
pytest tests/adapter_tests/asgi/

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.4" && \
6+
pip install "flake8==6.0.0" && \
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.11.10" && \
8+
pip install "pytype==2022.12.15" && \
99
pytype slack_bolt/

0 commit comments

Comments
 (0)