diff --git a/Makefile b/Makefile index 6e20692347..de806fd69a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: help test test-coverage install docker-test +.PHONY: help test test-coverage install docker-test black fix-import beautify .DEFAULT: help @@ -55,4 +55,4 @@ black: black --config ./pyproject.toml sanic tests fix-import: black - isort -rc sanic \ No newline at end of file + isort -rc sanic