From 9ed5a19bd0e61dd87544206746c499580bf7c953 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 9 Jan 2023 17:56:49 +0200 Subject: [PATCH] Revert "fix: narrow down the list of `ignore_missing_imports` modules" This reverts commit 7b6dfe1f498646cefe1bd8a5f25f3abe2d341b36. --- pyproject.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 560c34344..7c83e6ede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,21 @@ exclude = """(?x)( [[tool.mypy.overrides]] module = [ "embit.*", - "cashu.*" + "secp256k1.*", + "uvicorn.*", + "sqlalchemy.*", + "sqlalchemy_aio.*", + "websocket.*", + "websockets.*", + "pyqrcode.*", + "cashu.*", + "shortuuid.*", + "grpc.*", + "lnurl.*", + "bitstring.*", + "ecdsa.*", + "psycopg2.*", + "pyngrok.*" ] ignore_missing_imports = "True"