pre-commit 134 B

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