Closed gsganden closed 5 years ago
Run black --check in Travis. Create PR template that includes running corresponding step locally.
black --check
I wanted to add flake8 as well, but the prediction service code needs some work first.
flake8
Merged into #88
Run
black --check
in Travis. Create PR template that includes running corresponding step locally.I wanted to add
flake8
as well, but the prediction service code needs some work first.