From 7be46587dbd4fcf1df4567f908890c964d13629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 27 Feb 2023 15:53:41 +0100 Subject: [PATCH] do not ignore core and wallets for pyright, bug probably got introduced while rebasing... --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 492e0c452..37692c6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,9 +69,6 @@ include = [ ] exclude = [ "lnbits/wallets/lnd_grpc_files", - "lnbits/wallets", - "lnbits/core", - "lnbits/*.py", "lnbits/extensions", ]