Skip to content

Commit cb4898f

Browse files
committed
Removed stuff in PHONY
1 parent a1c1346 commit cb4898f

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
@@ -11,7 +11,7 @@ COMPOSE_UP_OPTS ?=
1111
DOCKER_COMPOSE ?= docker compose
1212

1313
.PHONY: PYTHON_VERSION clean build\
14-
check lint check_black check_flake8 check_isort check_pure_python_imports git_hooks_config
14+
check lint check_black check_flake8 check_isort git_hooks_config
1515

1616
PYTHON_VERSION:
1717
@echo "$(subst python,,$(PYTHON))"

0 commit comments

Comments
 (0)