Add global pre-commit exclude for data/playground (#2581)

- Fixes #2577

## Checklist

- [-] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [-] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [-] I have not broken the cheatsheet

---------

Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
This commit is contained in:
Pokey Rule 2024-08-01 11:33:25 -07:00 committed by GitHub
parent 8ce8c9d408
commit 6022ac2cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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$