From 70a8c768b2da5484cfa062691c81ebcc93bc2434 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 29 Sep 2023 17:08:28 -0400 Subject: [PATCH] test(lint): make pyright ignore _version.py --- 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" ],