Skip to content

Commit

Permalink
Remove excludes for pyright so that test_integration.py works
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielinux committed Apr 7, 2023
1 parent 64bbee3 commit 88fb337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog.d/20230407_091239_jamielinux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Removed

- Exclude some files from source distribution.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint = [
"- ruff check .",
"- pylint src",
"- black --quiet --check --diff .",
"- pyright-polite",
"- pyright-polite src tests/test_*.py",
"- ssort --check --diff src",
]

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ target_version = ["py37", "py38", "py39", "py310", "py311"]

[tool.pyright]
include = ["."]
exclude = ["tests/test_integration/"]

0 comments on commit 88fb337

Please sign in to comment.