minetest-toolranks-extras/.pre-commit-config.yaml
2022-06-21 21:41:40 +02:00

12 lines
283 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
- repo: https://github.com/lunarmodules/luacheck
rev: v0.26.1
hooks:
- id: luacheck