Skip to content

Commit 07ac611

Browse files
chore(internal): ensure package is importable in lint cmd (#471)
1 parent 99d0e45 commit 07ac611

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)