Skip to content

Commit

Permalink
tell pyright not to yell about component apps
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Dec 19, 2023
1 parent ce12ed1 commit 646c07b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ profile=black
skip=
typings/
venv

[pyright]
ignore =
components/**/app*.py

0 comments on commit 646c07b

Please sign in to comment.