From c9c21d518f56a848ed3d3a17899e1e33a8c0ca57 Mon Sep 17 00:00:00 2001 From: Jon Wood Date: Sun, 21 Apr 2024 21:04:00 +0000 Subject: [PATCH] Ignore pywebpush not having types --- .mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mypy.ini b/.mypy.ini index 6e2e49b71..984f06fb1 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -94,3 +94,6 @@ ignore_missing_imports = True [mypy-stdnum.*] ignore_missing_imports = True + +[mypy-pywebpush.*] +ignore_missing_imports = True