From e7ba5a3d7bce3f304896199f6ea81132e1d69788 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 29 Sep 2023 17:56:40 -0400 Subject: [PATCH] test(lint): make pyright ignore _version.py (#102) --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrightconfig.json b/pyrightconfig.json index 95aa20c..15a1c59 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -6,6 +6,7 @@ ".direnv", ".tox", "build", + "craft_store/_version.py", "docs", "venv" ],