Skip to content

Commit 3e1d1ca

Browse files
committed
Update API docs
1 parent a2189c3 commit 3e1d1ca

File tree

41 files changed

+130
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+130
-95
lines changed

docs/api-docs/slack_bolt/adapter/aws_lambda/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.aws_lambda</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/bottle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.bottle</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/cherrypy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.cherrypy</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/django/handler.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ <h1 class="title">Module <code>slack_bolt.adapter.django.handler</code></h1>
170170
# it&#39;s okay to skip calling the same connection clean-up method at the listener completion.
171171
message = &#34;&#34;&#34;As you&#39;ve already set app.listener_runner.listener_start_handler to your own one,
172172
Bolt skipped to set it to slack_sdk.adapter.django.DjangoListenerStartHandler.
173-
174-
If you go with your own handler here, we highly recommend having the following lines of code
173+
174+
If you go with your own handler here, we highly recommend having the following lines of code
175175
in your handle() method to clean up unmanaged stale/old database connections:
176176

177177
from django.db import close_old_connections
@@ -461,8 +461,8 @@ <h3>Inherited members</h3>
461461
# it&#39;s okay to skip calling the same connection clean-up method at the listener completion.
462462
message = &#34;&#34;&#34;As you&#39;ve already set app.listener_runner.listener_start_handler to your own one,
463463
Bolt skipped to set it to slack_sdk.adapter.django.DjangoListenerStartHandler.
464-
465-
If you go with your own handler here, we highly recommend having the following lines of code
464+
465+
If you go with your own handler here, we highly recommend having the following lines of code
466466
in your handle() method to clean up unmanaged stale/old database connections:
467467

468468
from django.db import close_old_connections

docs/api-docs/slack_bolt/adapter/django/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.django</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/falcon/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.falcon</code></h1>
2727
<span>Expand source code</span>
2828
</summary>
2929
<pre><code class="python"># Don&#39;t add async module imports here
30-
from .resource import SlackAppResource</code></pre>
30+
from .resource import SlackAppResource # noqa: F401</code></pre>
3131
</details>
3232
</section>
3333
<section>

docs/api-docs/slack_bolt/adapter/flask/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.flask</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/pyramid/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.pyramid</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .handler import SlackRequestHandler</code></pre>
29+
<pre><code class="python">from .handler import SlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/sanic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="title">Module <code>slack_bolt.adapter.sanic</code></h1>
2626
<summary>
2727
<span>Expand source code</span>
2828
</summary>
29-
<pre><code class="python">from .async_handler import AsyncSlackRequestHandler</code></pre>
29+
<pre><code class="python">from .async_handler import AsyncSlackRequestHandler # noqa: F401</code></pre>
3030
</details>
3131
</section>
3232
<section>

docs/api-docs/slack_bolt/adapter/socket_mode/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ <h1 class="title">Module <code>slack_bolt.adapter.socket_mode</code></h1>
3939
* `slack_bolt.adapter.socket_mode.websocket_client`
4040
* `slack_bolt.adapter.socket_mode.aiohttp`
4141
* `slack_bolt.adapter.socket_mode.websockets`
42-
&#34;&#34;&#34;
42+
&#34;&#34;&#34; # noqa: E501
4343

4444
# Don&#39;t add async module imports here
45-
from .builtin import SocketModeHandler # noqa</code></pre>
45+
from .builtin import SocketModeHandler # noqa: F401</code></pre>
4646
</details>
4747
</section>
4848
<section>

0 commit comments

Comments
 (0)