2021-02-09 18:13:56 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-02-18 22:19:24 +00:00
|
|
|
rev: v3.4.0
|
2021-02-09 18:13:56 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
2021-02-23 17:21:54 +00:00
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: fix-byte-order-marker
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-case-conflict
|