mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
[Travis] black -- show a diff on things that need to be reformatted
This commit is contained in:
parent
e7cbbecaef
commit
c8172efdcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue