Invoke flake8 linter via command-line switches.

This commit is contained in:
Steven Black 2018-03-17 23:41:50 -04:00
parent 0a42c21c13
commit 5b99de074a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
max-line-length = 120

View File

@ -3,4 +3,4 @@
echo "Linting repository..."
source activate hosts
flake8
flake8 --max-line-length 120