2021-02-09 18:13:56 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
repos:
|
2021-09-08 10:11:42 +00:00
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
|
|
rev: v1.1.10
|
|
|
|
hooks:
|
|
|
|
- id: remove-tabs
|
|
|
|
|
2021-02-09 18:13:56 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-05-23 21:07:40 +00:00
|
|
|
rev: v4.0.1
|
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
|
2021-03-17 16:20:26 +00:00
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-docstring-first
|
|
|
|
- id: check-symlinks
|
|
|
|
- id: destroyed-symlinks
|
|
|
|
- id: fix-byte-order-marker
|