diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..bdc54c03 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: luacheck + name: Luacheck + description: Lint and static analysis of Lua code + entry: luacheck + language: lua + types: [lua]