fga-eps-mds/2019.1-unbrake

View on GitHub
unbrake-api/scripts/check_format

Summary

Maintainability
Test Coverage
#!/bin/sh

SELF_PATH="$(dirname $(readlink -f "$0"))"
. "$SELF_PATH/functions.sh"
cd "$SELF_PATH/.."

run_command \
  "flake8 . \
  && autopep8 -a -a -r --diff --exit-code ."