From 16679c0d65770ee31124f7b328cc273d36ef5286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 6 Feb 2023 13:24:32 +0100 Subject: [PATCH] exclude core from pyright --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 84104684d..847672fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,9 @@ include = [ ] exclude = [ "lnbits/wallets/lnd_grpc_files", + "lnbits/wallets", + "lnbits/core", + "lnbits/*.py", ] [tool.mypy]