diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 429892ecdf..48e5c3b851 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ minimum_pre_commit_version: "2.9.0" ci: autoupdate_schedule: monthly -exclude: /vendor/ +exclude: /vendor/|^data/playground/ repos: - repo: meta hooks: @@ -85,9 +85,7 @@ repos: rev: v1.2.0 hooks: - id: luacheck - exclude: ^data/playground/lua/.*\.lua$ - repo: https://github.com/JohnnyMorganz/StyLua rev: v0.20.0 hooks: - id: stylua - exclude: ^data/playground/lua/.*\.lua$