You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. #!/bin/bash
  2. set -x
  3. if ! command -v mypy &> /dev/null; then
  4. poetry install -C api --with dev
  5. fi
  6. # run mypy checks
  7. poetry run -C api \
  8. python -m mypy --install-types --non-interactive .