Skip to content

Commit 7c3bf49

Browse files
committed
feat: add testing dependencies to type checking
Signed-off-by: szymonmaszke <[email protected]>
1 parent 9a8fca5 commit 7c3bf49

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

pdm.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ dev-python = [
129129
]
130130

131131
dev-typing = [
132+
{ include-group = "dev-tests" },
132133
"basedpyright>=1.28.1"
133134
]
134135

@@ -859,7 +860,7 @@ fix-python = { composite = [
859860
#
860861
###############################################################################
861862

862-
check-typing = "basedpyright --stats"
863+
check-typing = "basedpyright --stats {args:src tests}"
863864

864865
###############################################################################
865866
#

0 commit comments

Comments
 (0)