Skip to content

Commit

Permalink
chore(internal): ensure package is importable in lint cmd (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 12, 2024
1 parent ada8972 commit dee5ee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ format = { chain = [
"lint" = { chain = [
"check:ruff",
"typecheck",
"check:importable",
]}
"check:ruff" = "ruff check ."
"fix:ruff" = "ruff check --fix ."

"check:importable" = "python -c 'import anthropic'"

typecheck = { chain = [
"typecheck:pyright",
"typecheck:mypy"
Expand Down

0 comments on commit dee5ee9

Please sign in to comment.