Skip to content

Commit a243406

Browse files
committed
black --diff makes more sense for CI
1 parent de948ab commit a243406

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
@@ -62,7 +62,7 @@ format: install-dev
6262
$(POETRY) run black --extend-exclude test-data/gardenlinux .
6363

6464
lint: install-dev
65-
$(POETRY) run black --check --extend-exclude test-data/gardenlinux .
65+
$(POETRY) run black --diff --extend-exclude test-data/gardenlinux .
6666

6767
security: install-dev
6868
@if [ "$(CI)" = "true" ]; then \

0 commit comments

Comments
 (0)