Skip to content

Commit

Permalink
Configure pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Sep 12, 2023
1 parent 7073d05 commit 5229d15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ ui/images
*.egg-info
/*.log
/*.sock
archive/
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ profile = "black"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pyright]
include = ["roon_skill", "roon_proxy", "rpc"]
exclude = ["archive/**",
"**/__pycache__"
]
venv = ".venv"
4 changes: 0 additions & 4 deletions pyrightconfig.json

This file was deleted.

0 comments on commit 5229d15

Please sign in to comment.