mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-11-14 22:30:35 +01:00
16 lines
349 B
YAML
16 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
|