Skip to content

Commit

Permalink
Fix pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Aug 26, 2022
1 parent 6dc0116 commit 02aed9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
repos:
- repo: local
hooks:

Expand Down Expand Up @@ -28,8 +29,8 @@
pass_filenames: false
files: \.exs*$

- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v1.4.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand Down

0 comments on commit 02aed9c

Please sign in to comment.