forked from minetest-mods/gauges
15 lines
315 B
YAML
15 lines
315 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- 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
|