mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 01:28:24 -04:00
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:
@@ -8,4 +8,4 @@ httpretty==0.8.14
|
|||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
freezegun==0.3.9
|
freezegun==0.3.9
|
||||||
flake8==3.5.0
|
flake8==3.5.0
|
||||||
flake8-print==3.0.1
|
flake8-print==3.1.0
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
|
|||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
flake8 --enable=T .
|
flake8 .
|
||||||
display_result $? 1 "Code style check"
|
display_result $? 1 "Code style check"
|
||||||
|
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user