Skip to content

Commit d639392

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): ensure package is importable in lint cmd (#243)
1 parent da63245 commit d639392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,13 @@ format = { chain = [
7878
"lint" = { chain = [
7979
"check:ruff",
8080
"typecheck",
81+
"check:importable",
8182
]}
8283
"check:ruff" = "ruff check ."
8384
"fix:ruff" = "ruff check --fix ."
8485

86+
"check:importable" = "python -c 'import prompt_foundry_python_sdk'"
87+
8588
typecheck = { chain = [
8689
"typecheck:pyright",
8790
"typecheck:mypy"

0 commit comments

Comments
 (0)