Skip to content

Commit 17fa829

Browse files
authored
Merge pull request #429 from xarray-contrib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bff922d + d5af7f0 commit 17fa829

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/ISSUE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ A "Minimal, Complete and Verifiable Example" will make it much easier for mainta
1717

1818
```python
1919
# Your code here
20-
2120
```
2221

2322
#### Problem description

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.11.8"
37+
rev: "v0.12.2"
3838
hooks:
3939
- id: ruff
4040
args: ["--select", "E,F,I001"]
@@ -43,13 +43,13 @@ repos:
4343
types_or: [python, pyi, jupyter]
4444

4545
- repo: https://github.com/keewis/blackdoc
46-
rev: v0.3.9
46+
rev: v0.4.1
4747
hooks:
4848
- id: blackdoc
4949
additional_dependencies: ["black==23.10.1"]
5050

5151
- repo: https://github.com/PyCQA/doc8
52-
rev: v1.1.2
52+
rev: v2.0.0
5353
hooks:
5454
- id: doc8
5555
args:
@@ -62,7 +62,7 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: "v1.15.0"
65+
rev: "v1.16.1"
6666
hooks:
6767
- id: mypy
6868
exclude: "asv_bench"
@@ -78,7 +78,7 @@ repos:
7878
]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.33.0
81+
rev: 0.33.2
8282
hooks:
8383
- id: check-github-workflows
8484
- id: check-readthedocs

0 commit comments

Comments
 (0)