diff --git a/lint b/lint index e940025b..929c085c 100755 --- a/lint +++ b/lint @@ -1,4 +1,5 @@ #!/usr/bin/env bash + if ! which flake8 &>/dev/null; then echo "Flake8 is required to lint this project" exit 1