Skip to content

Commit bb4c5fa

Browse files
authored
Merge branch 'main' into update_doc
2 parents a47e98d + 57d427b commit bb4c5fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.coderabbit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reviews:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
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
@@ -36,7 +36,7 @@ repos:
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

0 commit comments

Comments
 (0)