Skip to content

Commit bf79c30

Browse files
authored
Merge pull request #284 from E3SM-Project/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents 2dbc3aa + b4e761a commit bf79c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: ['types-requests', 'types-PyYAML']
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.7
30+
rev: v0.12.8
3131
hooks:
3232
# Sort the imports
3333
- id: ruff-check

0 commit comments

Comments
 (0)