fixed flake8 flah problem

This commit is contained in:
Alexandr Notchenko 2013-08-30 16:35:46 +04:00
parent bd904b8e5d
commit 6694867feb

View File

@ -81,7 +81,7 @@ if [ $fail_first -eq 1 ]; then
fi
function run_flake8 {
flake8 --exclude=urls.py,__init__.py --ignore=H302,H802 --show-source --show-flake8 --count . || return 1
flake8 --exclude=urls.py,__init__.py --ignore=H302,H802 --show-source --show-pep8 --count . || return 1
echo "Flake8 check passed successfully."
}