lint.sh 222 B

1234567
  1. #! /usr/bin/env bash
  2. set -ex
  3. black sydent/ stubs/ tests/ matrix_is_test/ scripts/ setup.py
  4. flake8 sydent/ stubs/ tests/ matrix_is_test/ scripts/ setup.py
  5. isort sydent/ stubs/ tests/ matrix_is_test/ scripts/ setup.py
  6. mypy