lint.sh 126 B

12345678
  1. #!/usr/bin/env bash
  2. set -e
  3. set -x
  4. flake8 nso_bridge tests
  5. black nso_bridge tests --check
  6. isort nso_bridge tests --check-only