8 lines
75 B
Markdown
8 lines
75 B
Markdown
# Run the type checker
|
|
|
|
poetry run pyright
|
|
|
|
# Run tests
|
|
|
|
poetry run pytest
|