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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-11 20:35:57 +01:00

12 lines
282 B
YAML

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