Skip to content

Commit

Permalink
feat: add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma committed Nov 30, 2021
1 parent d209547 commit 6f19a1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: style

style:
black .
isort .

0 comments on commit 6f19a1f

Please sign in to comment.