Skip to content

Commit 2debdb2

Browse files
authored
Merge pull request #136 from MPAS-Dev/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents d0409f1 + d90018e commit 2debdb2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ updates:
88
interval: "weekly"
99
assignees:
1010
- "xylar"
11+
- "andrewdnolan"
1112
reviewers:
1213
- "xylar"
1314
- "altheaden"
14-
15+
- "andrewdnolan"

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
--title "Update pre-commit and its dependencies" \
6363
--body "This PR was auto-generated to update pre-commit and its dependencies." \
6464
--head update-pre-commit-deps \
65-
--reviewer altheaden,xylar \
65+
--reviewer altheaden,xylar,andrewdnolan \
6666
--label ci
6767
env:
6868
GH_TOKEN: ${{ github.token }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
require_serial: true
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.12.3
22+
rev: v0.12.4
2323
hooks:
2424
# Run the linter.
2525
- id: ruff-check

0 commit comments

Comments
 (0)