Skip to content

Commit 517de3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/pycqa/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.11.0](psf/black-pre-commit-mirror@22.10.0...25.11.0) - [github.com/keewis/blackdoc: v0.3.7 → v0.4.6](keewis/blackdoc@v0.3.7...v0.4.6) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v1.18.2](pre-commit/mirrors-mypy@v0.982...v1.18.2) - [github.com/PyCQA/doc8: v1.0.0 → v2.0.0](PyCQA/doc8@v1.0.0...v2.0.0)
1 parent 5fdc26c commit 517de3e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ ci:
44
exclude: docs/_static
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-yaml
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818

19-
- repo: https://github.com/psf/black
20-
rev: 22.10.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 25.11.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/keewis/blackdoc
25-
rev: v0.3.7
25+
rev: v0.4.6
2626
hooks:
2727
- id: blackdoc
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 5.0.4
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333

@@ -37,13 +37,13 @@ repos:
3737
- id: darglint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.982
40+
rev: v1.18.2
4141
hooks:
4242
- id: mypy
4343
exclude: docs
4444
additional_dependencies: ["xarray", "types-pkg_resources"]
4545

4646
- repo: https://github.com/PyCQA/doc8
47-
rev: v1.0.0
47+
rev: v2.0.0
4848
hooks:
4949
- id: doc8

0 commit comments

Comments
 (0)