[Travis] black -- show a diff on things that need to be reformatted

This commit is contained in:
MinchinWeb 2019-12-14 14:00:28 -07:00
parent e7cbbecaef
commit c8172efdcc

View file

@ -58,7 +58,7 @@ jobs:
python: 3.8
# black is automatically installed by peotry
script:
- black --check . --verbose
- black --check . --verbose --diff
# Python 3.6 Tests
- name: Python 3.6 on Linux