1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-11 23:46:11 +02:00

Show diff when checking formatting

Otherwise, all you get in CI is a failure notice w/o any indication as
to why.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-03-29 15:25:49 -04:00
parent dd5565541b
commit 07ff36fd09
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F

View File

@ -16,7 +16,7 @@ format:
.PHONY:
format-check:
black --check *.py udica/*.py tests/*.py
black --check --diff *.py udica/*.py tests/*.py
.PHONY: test
test: lint format-check