Skip to content

Commit

Permalink
Merge pull request #2010 from sanic-org/sanic-routing
Browse files Browse the repository at this point in the history
Sanic routing
  • Loading branch information
ahopkins authored Feb 16, 2021
2 parents d3cbcf0 + bb5501f commit 8f8c00a
Show file tree
Hide file tree
Showing 49 changed files with 2,361 additions and 2,114 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ ifdef include_tests
isort -rc sanic tests
else
$(info Sorting Imports)
isort -rc sanic tests
isort -rc sanic tests --profile=black
endif
endif

black:
black --config ./.black.toml sanic tests

fix-import: black
isort sanic tests
isort sanic tests --profile=black


docs-clean:
Expand Down
Loading

0 comments on commit 8f8c00a

Please sign in to comment.