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 7e733eb commit e2c38bcCopy full SHA for e2c38bc
.github/workflows/build-pull-request.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
pip install .
35
- pip install mypy
+ pip install mypy types-requests
36
37
- name: Type check with mypy
38
pyproject.toml
@@ -19,3 +19,7 @@ dependencies = [
19
20
[tool.setuptools.packages.find]
21
where = ["src"]
22
+
23
+[[tool.mypy.overrides]]
24
+module = "stomp.*"
25
+ignore_missing_imports = true
0 commit comments