Skip to content

Commit b08e8b5

Browse files
committed
chore(mypy): Override untyped libs
1 parent 59ba779 commit b08e8b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,16 @@ lint = ["flake8", "mypy"]
112112
[build-system]
113113
requires = ["poetry_core>=1.0.0"]
114114
build-backend = "poetry.core.masonry.api"
115+
116+
[[tool.mypy.overrides]]
117+
module = [
118+
"kaptan",
119+
"docutils",
120+
"aafigure",
121+
"libtmux.*",
122+
"IPython.*",
123+
"ptpython.*",
124+
"prompt_toolkit.*",
125+
"bpython"
126+
]
127+
ignore_missing_imports = true

0 commit comments

Comments
 (0)