Skip to content

Commit

Permalink
Fix black hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot authored Sep 9, 2019
1 parent 1a23374 commit 227ca77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@


# Format generated project with Black
call(["black", "."])
call(["pipenv", "install", "--dev"])
call(["pipenv", "run", "black", "."])

0 comments on commit 227ca77

Please sign in to comment.