Added check to make sure that logging is used over print

This commit is contained in:
Sumner Evans
2020-01-20 14:49:12 -07:00
parent 072a8319b4
commit 842609c0ff
3 changed files with 13 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ lint:
- pipenv run python setup.py check -mrs
- pipenv run flake8
- pipenv run mypy sublime
- ./cicd/no_print.sh
test:
stage: test