File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " github-actions"
4- directory : " / "
3+ - package-ecosystem : ' github-actions'
4+ directory : ' / '
55 schedule :
6- interval : " weekly"
6+ interval : ' weekly'
77 commit-message :
8- prefix : " ci "
9- include : " scope"
8+ prefix : ' ci '
9+ include : ' scope'
1010 groups :
1111 github-actions :
1212 patterns :
13- - " * "
13+ - ' * '
1414
15- - package-ecosystem : " pip"
16- directory : " / "
15+ - package-ecosystem : ' pip'
16+ directory : ' / '
1717 schedule :
18- interval : " weekly"
18+ interval : ' weekly'
1919 commit-message :
20- prefix : " deps"
21- include : " scope"
20+ prefix : ' deps'
21+ include : ' scope'
2222 groups :
2323 python-dependencies :
2424 patterns :
25- - " * "
25+ - ' * '
Original file line number Diff line number Diff line change 11---
2-
32extends : default
43
54rules :
Original file line number Diff line number Diff line change 99# the `language` matrix defined below to confirm you have the correct set of
1010# supported CodeQL languages.
1111#
12- name : " CodeQL"
12+ name : ' CodeQL'
1313
1414on :
1515 push :
Original file line number Diff line number Diff line change 1+ default_stages : [pre-commit, pre-push]
2+ default_language_version :
3+ python : python3
4+ node : 24.12.0
15repos :
26 - repo : meta
37 hooks :
48 - id : check-hooks-apply
59 name : check that hooks apply
610 description : check that all the hooks apply to the repository
11+ - repo : local
12+ hooks :
13+ - id : prettier
14+ name : run prettier
15+ description : format files with prettier
16+ entry : prettier --write '**/*.yaml' '**/*.yml'
17+ files : \.ya?ml$
18+ language : node
19+ additional_dependencies : ['prettier@3.7.4']
720 - repo : https://github.com/pycqa/isort
821 rev : 7.0.0
922 hooks :
You can’t perform that action at this time.
0 commit comments