From c8172efdcc487684d25a7099ec3161604da0e261 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sat, 14 Dec 2019 14:00:28 -0700 Subject: [PATCH] [Travis] black -- show a diff on things that need to be reformatted --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80a86be9..a4858707 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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