Merge pull request #1855 from alphagov/pyup-update-flake8-print-3.0.1-to-3.1.0

Update flake8-print to 3.1.0
This commit is contained in:
Chris Hill-Scott
2018-02-12 14:17:19 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ httpretty==0.8.14
beautifulsoup4==4.6.0
freezegun==0.3.9
flake8==3.5.0
flake8-print==3.0.1
flake8-print==3.1.0

View File

@@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
source ./venv/bin/activate
fi
flake8 --enable=T .
flake8 .
display_result $? 1 "Code style check"
npm test