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