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 fa422d4 commit 550027eCopy full SHA for 550027e
mypy.ini
@@ -7,8 +7,5 @@
7
[mypy-sh.*]
8
ignore_missing_imports = True
9
10
-[mypy-aiofiles.*]
11
-ignore_missing_imports = True
12
-
13
[mypy-semantic_version.*]
14
pyproject.toml
@@ -59,6 +59,7 @@ pytest-cov = "*"
59
pytest-error-for-skips = "*"
60
# Needed for TypedDict in rstcheck-core stubs
61
typing-extensions = {version = ">=3.7.4", python = "<3.8"}
62
+types-aiofiles = "*"
63
types-docutils = "*"
64
types-PyYAML = "*"
65
# For development, we install dependent projects under our control in dev mode:
0 commit comments