pre-commit 110 B

12345678
  1. #!/bin/sh
  2. set -ex
  3. pipenv clean
  4. pipenv sync --dev
  5. pipenv run pytest
  6. pipenv run pylint symuid --disable=fixme