Skip to content

Commit 4b5d792

Browse files
authored
Merge pull request #252 from MPAS-Dev/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents ba8a674 + b897cc2 commit 4b5d792

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ updates:
99
assignees:
1010
- "xylar"
1111
- "altheaden"
12+
- "andrewdnolan"
1213
reviewers:
1314
- "xylar"
1415
- "altheaden"
15-
16+
- "andrewdnolan"

.pre-commit-config.yaml

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

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

0 commit comments

Comments
 (0)