15 lines
349 B
YAML
15 lines
349 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.3.0
|
|
hooks:
|
|
- id: fix-byte-order-marker
|
|
- 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
|