hosts/ci/lint.sh

7 lines
94 B
Bash
Raw Normal View History

2017-06-29 05:51:37 +02:00
#!/bin/bash
echo "Linting repository..."
source activate hosts
flake8 --max-line-length 120