From 9e4876605d92f0f6ae240e98aebc18247445cf7f Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Tue, 8 Oct 2024 22:39:19 +0200 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efac805..a4a0abb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: rev: v1.0.0 hooks: - id: elixir-mix-format - stages: [commit] + stages: [pre-commit] - id: elixir-mix-credo - stages: [commit] + stages: [pre-commit] - id: elixir-mix-deps-check-unused - stages: [push] + stages: [pre-push] - id: elixir-mix-dialyzer - stages: [push] + stages: [pre-push] - id: elixir-mix-test args: ["--exclude", "properties"] - stages: [push] + stages: [pre-push]