We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d3b03 commit 96c7389Copy full SHA for 96c7389
requirements/tools.txt
@@ -1,3 +1,3 @@
1
mypy==1.15.0
2
-flake8==7.1.2
+flake8==7.2.0
3
black==24.8.0 # Until we drop Python 3.6 support, we have to stay with this version
slack_bolt/listener/thread_runner.py
@@ -111,7 +111,7 @@ def run(
111
if not request.lazy_only:
112
# start the listener function asynchronously
113
def run_ack_function_asynchronously():
114
- nonlocal ack, request, response
+ nonlocal response
115
try:
116
self.listener_start_handler.handle(
117
request=request,
0 commit comments