minetest-toolranks-extras/.pre-commit-config.yaml
pre-commit-ci[bot] 4bd8313073
[pre-commit.ci] pre-commit autoupdate (#22)
updates:
- [github.com/lunarmodules/luacheck: v1.1.2 → v1.2.0](https://github.com/lunarmodules/luacheck/compare/v1.1.2...v1.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-27 20:23:33 +02:00

12 lines
282 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/lunarmodules/luacheck
rev: v1.2.0
hooks:
- id: luacheck