Skip to content

Commit 8cb3ae2

Browse files
authored
Merge pull request #375 from E3SM-Project/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents 56c8985 + 9af4345 commit 8cb3ae2

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
@@ -18,7 +18,7 @@ repos:
1818
require_serial: true
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.13.0
21+
rev: v0.13.1
2222
hooks:
2323
# Run the linter.
2424
- id: ruff-check
@@ -28,7 +28,7 @@ repos:
2828

2929
# Can run individually with `pre-commit run mypy --all-files`
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.18.1
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
args: ["--config=pyproject.toml", "--show-error-codes"]

0 commit comments

Comments
 (0)