Skip to content

Commit

Permalink
fix makefile phony targets
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Narayana <[email protected]>
  • Loading branch information
harshanarayana committed Dec 24, 2018
1 parent afb63b2 commit a5e60bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -55,4 +55,4 @@ black:
black --config ./pyproject.toml sanic tests

fix-import: black
isort -rc sanic
isort -rc sanic

0 comments on commit a5e60bc

Please sign in to comment.