Skip to content

Commit ace09fc

Browse files
chore: update pre-commit hooks (#6877)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9598dc3 commit ace09fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: no-commit-to-branch
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.7"
38+
rev: "v0.14.10"
3939
hooks:
4040
- id: ruff
4141
types: [file, python]
@@ -69,15 +69,15 @@ repos:
6969
types: [file, python]
7070

7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: 'v1.19.0'
72+
rev: 'v1.19.1'
7373
hooks:
7474
- id: mypy
7575
additional_dependencies:
7676
- 'types-requests'
7777
exclude: 'noxfile\.py|docs/src/conf\.py'
7878

7979
- repo: https://github.com/numpy/numpydoc
80-
rev: v1.9.0
80+
rev: v1.10.0
8181
hooks:
8282
- id: numpydoc-validation
8383
exclude: "^lib/iris/tests/|docs/gallery_code/"

0 commit comments

Comments
 (0)