Skip to content

Commit e81cd54

Browse files
authored
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
1 parent f040681 commit e81cd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "2.9.0"
22
ci:
33
autoupdate_schedule: monthly
4-
exclude: /vendor/
4+
exclude: /vendor/|^data/playground/
55
repos:
66
- repo: meta
77
hooks:

0 commit comments

Comments
 (0)