pre-commit 172 B

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