Skip to content

Commit cb01ba5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.6.8](astral-sh/ruff-pre-commit@v0.4.10...v0.6.8) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.2](pre-commit/mirrors-mypy@v1.9.0...v1.11.2) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0](numpy/numpydoc@v1.7.0...v1.8.0)
1 parent 2609afb commit cb01ba5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: no-commit-to-branch
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.4.10"
32+
rev: "v0.6.8"
3333
hooks:
3434
- id: ruff
3535
types: [file, python]
@@ -45,13 +45,13 @@ repos:
4545
additional_dependencies: [tomli]
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 7.1.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8
5151
types: [file, python]
5252

5353
- repo: https://github.com/asottile/blacken-docs
54-
rev: 1.16.0
54+
rev: 1.18.0
5555
hooks:
5656
- id: blacken-docs
5757
types: [file, rst]
@@ -63,15 +63,15 @@ repos:
6363
types: [file, python]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.9.0'
66+
rev: 'v1.11.2'
6767
hooks:
6868
- id: mypy
6969
additional_dependencies:
7070
- 'types-requests'
7171
exclude: 'noxfile\.py|docs/src/conf\.py'
7272

7373
- repo: https://github.com/numpy/numpydoc
74-
rev: v1.7.0
74+
rev: v1.8.0
7575
hooks:
7676
- id: numpydoc-validation
7777
exclude: "^lib/iris/tests/|docs/gallery_code/"

0 commit comments

Comments
 (0)