Skip to content

Commit 5fe0c5e

Browse files
committed
Makefile: lint-black: print diff
1 parent c065511 commit 5fe0c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lint: lint-black lint-isort lint-pyflakes lint-mypy
1717

1818
.PHONY: lint-black
1919
lint-black:
20-
pipenv run black --check .
20+
pipenv run black --check --diff .
2121

2222
.PHONY: lint-isort
2323
lint-isort:

0 commit comments

Comments
 (0)