Skip to content

Commit a0c0909

Browse files
committed
Upgrade flake8, pytype, black
1 parent c86067d commit a0c0909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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==4.0.1" && \
6+
pip install "flake8==5.0.3" && \
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.18" && \
8+
pip install "pytype==2022.7.26" && \
99
pytype slack_bolt/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2020
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2121
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22-
"black==22.3.0",
22+
"black==22.6.0",
2323
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
2424
]
2525

0 commit comments

Comments
 (0)