Skip to content

Commit 779e6d0

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): ensure package is importable in lint cmd (#1631)
1 parent 214d8fd commit 779e6d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ format = { chain = [
8383
"lint" = { chain = [
8484
"check:ruff",
8585
"typecheck",
86+
"check:importable",
8687
]}
8788
"check:ruff" = "ruff check ."
8889
"fix:ruff" = "ruff check --fix ."
8990

91+
"check:importable" = "python -c 'import openai'"
92+
9093
typecheck = { chain = [
9194
"typecheck:pyright",
9295
"typecheck:mypy"

0 commit comments

Comments
 (0)