Skip to content

Commit 0a64b8c

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): ensure package is importable in lint cmd (#471)
1 parent 70acca0 commit 0a64b8c

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
@@ -76,10 +76,13 @@ format = { chain = [
7676
"lint" = { chain = [
7777
"check:ruff",
7878
"typecheck",
79+
"check:importable",
7980
]}
8081
"check:ruff" = "ruff check ."
8182
"fix:ruff" = "ruff check --fix ."
8283

84+
"check:importable" = "python -c 'import finch'"
85+
8386
typecheck = { chain = [
8487
"typecheck:pyright",
8588
"typecheck:mypy"

0 commit comments

Comments
 (0)