2020-09-09 12:00:50 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
repos:
|
2021-02-05 14:10:40 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-06-22 18:09:21 +00:00
|
|
|
rev: v4.0.1
|
2021-02-05 14:10:40 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: fix-byte-order-marker
|
|
|
|
- id: mixed-line-ending
|
2021-05-01 11:27:23 +00:00
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-case-conflict
|
2021-02-05 14:10:40 +00:00
|
|
|
|
2021-05-01 11:27:23 +00:00
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
|
|
rev: v1.1.10
|
2020-09-09 12:00:50 +00:00
|
|
|
hooks:
|
2021-05-01 11:27:23 +00:00
|
|
|
- id: remove-crlf
|
|
|
|
- id: remove-tabs
|