pre-commit 116 B

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