Skip to content

Commit ed57e8a

Browse files
authored
Merge pull request #155 from MPAS-Dev/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents 31c636e + 8b020c4 commit ed57e8a

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

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.13.0
22+
rev: v0.13.1
2323
hooks:
2424
# Run the linter.
2525
- id: ruff-check
@@ -29,7 +29,7 @@ repos:
2929

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

0 commit comments

Comments
 (0)