Skip to content

Commit

Permalink
test(lint): make pyright ignore _version.py (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 29, 2023
1 parent e363682 commit e7ba5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
".direnv",
".tox",
"build",
"craft_store/_version.py",
"docs",
"venv"
],
Expand Down

0 comments on commit e7ba5a3

Please sign in to comment.