minetest-toolranks-extras/.pre-commit-config.yaml

12 lines
282 B
YAML
Raw Normal View History

2020-02-21 01:12:19 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
2020-02-21 01:12:19 +01:00
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
2022-06-21 21:41:40 +02:00
- repo: https://github.com/lunarmodules/luacheck
rev: v1.0.0
2022-06-21 21:41:40 +02:00
hooks:
- id: luacheck