diff --git a/Makefile b/Makefile index 780e1ccc94..98fb3020c0 100644 --- a/Makefile +++ b/Makefile @@ -262,11 +262,11 @@ endif .PHONY: format-frontend format-frontend: ifdef check - $(PYTHON) ./bin/format.py --check $(if $(version:-=),--cfversion $(version)) ./frontend/catalyst/utils + $(PYTHON) ./bin/format.py --check $(if $(version:-=),--cfversion $(version)) ./frontend black --check --verbose . isort --check --diff . else - $(PYTHON) ./bin/format.py $(if $(version:-=),--cfversion $(version)) ./frontend/catalyst/utils + $(PYTHON) ./bin/format.py $(if $(version:-=),--cfversion $(version)) ./frontend black . isort . endif