Skip to content

Commit 550027e

Browse files
authored
Use aiofiles typeshed definitions instead of ignoring the package. (#53)
1 parent fa422d4 commit 550027e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
[mypy-sh.*]
88
ignore_missing_imports = True
99

10-
[mypy-aiofiles.*]
11-
ignore_missing_imports = True
12-
1310
[mypy-semantic_version.*]
1411
ignore_missing_imports = True

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pytest-cov = "*"
5959
pytest-error-for-skips = "*"
6060
# Needed for TypedDict in rstcheck-core stubs
6161
typing-extensions = {version = ">=3.7.4", python = "<3.8"}
62+
types-aiofiles = "*"
6263
types-docutils = "*"
6364
types-PyYAML = "*"
6465
# For development, we install dependent projects under our control in dev mode:

0 commit comments

Comments
 (0)