Remove duplicate entry in pre-commit config

This commit is contained in:
Pedro Algarvio 2020-01-29 16:12:42 +00:00
parent 62a206d213
commit 879f6d1b11
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -10,7 +10,6 @@ repos:
- id: mixed-line-ending # Replaces or checks mixed line ending. - id: mixed-line-ending # Replaces or checks mixed line ending.
args: [--fix=lf] args: [--fix=lf]
- id: end-of-file-fixer # Makes sure files end in a newline and only a newline. - id: end-of-file-fixer # Makes sure files end in a newline and only a newline.
- id: check-merge-conflict # Check for files that contain merge conflict strings.
- repo: local - repo: local
hooks: hooks: