fix makefile phony targets
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
7005fabd4d
commit
9bea23da29
4
Makefile
4
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
|
.DEFAULT: help
|
||||||
|
|
||||||
|
@ -55,4 +55,4 @@ black:
|
||||||
black --config ./pyproject.toml sanic tests
|
black --config ./pyproject.toml sanic tests
|
||||||
|
|
||||||
fix-import: black
|
fix-import: black
|
||||||
isort -rc sanic
|
isort -rc sanic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user