2020-10-25 19:05:08 +01:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2020-10-29 20:21:53 +01:00
|
|
|
rev: v3.3.0
|
2020-10-25 19:05:08 +01:00
|
|
|
hooks:
|
2020-10-29 20:21:53 +01:00
|
|
|
- id: fix-byte-order-marker
|
2020-10-25 19:05:08 +01:00
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
|
|
- id: mixed-line-ending
|
|
|
|
args: [--fix=lf]
|
|
|
|
|
|
|
|
- repo: https://github.com/Calinou/pre-commit-luacheck
|
|
|
|
rev: v1.0.0
|
|
|
|
hooks:
|
|
|
|
- id: luacheck
|