Skip to content

Commit fd87772

Browse files
chore: update pre-commit hooks (#745)
updates: - [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) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26ffdce commit fd87772

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
@@ -67,20 +67,20 @@ repos:
6767
additional_dependencies: [tomli]
6868

6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: 'v1.19.0'
70+
rev: 'v1.19.1'
7171
hooks:
7272
- id: mypy
7373
exclude: 'noxfile\.py|docs/conf\.py'
7474

7575
- repo: https://github.com/numpy/numpydoc
76-
rev: v1.9.0
76+
rev: v1.10.0
7777
hooks:
7878
- id: numpydoc-validation
7979
exclude: "src/iris_grib/tests/|noxfile.py"
8080
types: [file, python]
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: "v0.14.7"
83+
rev: "v0.14.10"
8484
hooks:
8585
- id: ruff-check
8686
types: [file, python]

0 commit comments

Comments
 (0)