File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 request_changes_workflow : false
88 high_level_summary : true
99 high_level_summary_placeholder : ' @coderabbitai summary'
10- high_level_summary_in_walkthrough : true
10+ high_level_summary_in_walkthrough : false
1111 auto_title_placeholder : ' @coderabbitai'
1212 auto_title_instructions : ' '
1313 review_status : true
@@ -25,7 +25,7 @@ reviews:
2525 auto_assign_reviewers : false
2626 poem : false
2727 labeling_instructions : []
28- path_filters : []
28+ path_filters : ["!.github/**" ]
2929 path_instructions : []
3030 abort_on_close : true
3131 disable_cache : false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : " v5 .0.0"
9+ rev : " v6 .0.0"
1010 hooks :
1111 - id : check-merge-conflict
1212 - id : debug-statements
3636 exclude : .*/__snapshots__/.*|.*-input\.json$
3737
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.12.7
39+ rev : v0.12.8
4040 hooks :
4141 - id : ruff
4242 - id : ruff-format
You can’t perform that action at this time.
0 commit comments