Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 24, 2024
1 parent 2c7445c commit 5011954
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 369 deletions.
2 changes: 1 addition & 1 deletion generate/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ poetry run python generate/generate.py

# Format and lint.
poetry run isort .
poetry run black . generate/generate.py docs/conf.py kittycad/client_test.py kittycad/examples_test.py
poetry run black . generate/generate.py docs/conf.py kittycad/client_test.py kittycad/examples_test.py kittycad/models/*.py kittycad/api/*.py kittycad/api/*/*.py
poetry run ruff check --fix .
poetry run mypy . || true

Expand Down
Loading

0 comments on commit 5011954

Please sign in to comment.