Skip to content

Commit

Permalink
chore: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 8, 2024
1 parent 455db09 commit 9e48766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 9e48766

Please sign in to comment.