Skip to content

Commit c9c21d5

Browse files
committed
Ignore pywebpush not having types
1 parent a0411f0 commit c9c21d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ ignore_missing_imports = True
9494

9595
[mypy-stdnum.*]
9696
ignore_missing_imports = True
97+
98+
[mypy-pywebpush.*]
99+
ignore_missing_imports = True

0 commit comments

Comments
 (0)