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 3e1d1ca commit 20bfec8Copy full SHA for 20bfec8
scripts/run_pytype.sh
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
5
cd ${script_dir}/.. && \
6
pip install -e ".[async]" && \
7
pip install -e ".[adapter]" && \
8
- pip install "pytype==2022.4.15" && \
+ pip install "pytype==2022.4.26" && \
9
pytype slack_bolt/
slack_bolt/app/__init__.py
@@ -1,3 +1,4 @@
1
+# flake8: noqa
2
"""Application interface in Bolt.
3
4
For most use cases, we recommend using `slack_bolt.app.app`.
@@ -6,4 +7,4 @@
"""
# Don't add async module imports here
-from .app import App # noqa: F401 type: ignore
10
+from .app import App # type: ignore
0 commit comments