pre-commit 69 B

1234567
  1. #!/bin/sh
  2. set -ex
  3. pipenv clean
  4. pipenv sync --dev
  5. pipenv run pytest