diff --git a/config/dev.exs b/config/dev.exs index 8e6c7bb51..313dacb5a 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -65,10 +65,10 @@ config :git_hooks, hooks: [ pre_push: [ verbose: true, - mix_tasks: [ - "format --check-formatted", - "test", - "credo" + tasks: [ + "mix format --check-formatted", + "mix test", + "mix credo" ] ] ]