Skip to content

Commit

Permalink
pyright: ignore the version file (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed Sep 21, 2023
1 parent c65c096 commit cc08915
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ write_to = "dpdispatcher/_version.py"

[tool.pyright]
include = ['dpdispatcher']
exclude = ['dpdispatcher/dpcloudserver/temp_test.py']
exclude = [
'dpdispatcher/dpcloudserver/temp_test.py',
'dpdispatcher/_version.py',
]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit cc08915

Please sign in to comment.