11minimum_pre_commit_version : " 3.2.0"
22ci :
33 autoupdate_schedule : monthly
4- exclude : /vendor/|^data /playground/
4+ exclude : /vendor/|^resources /playground/
55repos :
66 - repo : meta
77 hooks :
3333 - id : detect-private-key
3434 - id : end-of-file-fixer
3535 exclude_types : [svg]
36- exclude : ^patches/.*\.patch$|\.scope$
36+ exclude : ^resources/ patches/.*\.patch$|\.scope$
3737 - id : fix-byte-order-marker
3838 - id : forbid-submodules
3939 - id : mixed-line-ending
4242 # with a line that has trailing white space. Many of our recorded
4343 # tests use strings with trailing white space to represent the final
4444 # document contents. For example
45- # data /fixtures/recorded/languages/ruby/changeCondition.yml
46- exclude : ^data /fixtures/recorded/.*/[^/]*\.yml$|\.scope$|/generated/|^patches/
45+ # resources /fixtures/recorded/languages/ruby/changeCondition.yml
46+ exclude : ^resources /fixtures/recorded/.*/[^/]*\.yml$|\.scope$|/generated/|^resources/ patches/
4747
4848 - repo : local
4949 hooks :
@@ -67,15 +67,15 @@ repos:
6767 hooks :
6868 - id : format-recorded-tests
6969 name : format-recorded-tests
70- files : ^data /fixtures/recorded/.*/[^/]*\.yml$
70+ files : ^resources /fixtures/recorded/.*/[^/]*\.yml$
7171 language : system
7272 entry : pnpm transform-recorded-tests
7373
7474 - repo : local
7575 hooks :
7676 - id : check-recorded-test-marks
7777 name : check-recorded-test-marks
78- files : ^data /fixtures/recorded/.*/[^/]*\.yml$
78+ files : ^resources /fixtures/recorded/.*/[^/]*\.yml$
7979 language : system
8080 entry : pnpm transform-recorded-tests --check-marks
8181
0 commit comments