Skip to content

Commit 97a58b6

Browse files
spuiukanoopcs9
authored andcommitted
Makefile: fix target check-black
Fix a typo to mark target check-black as PHONY. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 16a06ce commit 97a58b6

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
@@ -26,7 +26,7 @@ check-mypy:
2626
check-flake8:
2727
$(call runtox, "flake8")
2828

29-
PHONY: check-black
29+
.PHONY: check-black
3030
check-black:
3131
$(call runtox, "black")
3232

0 commit comments

Comments
 (0)