Skip to content

Commit 285a644

Browse files
authored
Merge pull request #63 from AFM-SPM/pre-commit-ci-update-config
2 parents 18b33b9 + c0380b8 commit 285a644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
args: []
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.16.0
28+
rev: v3.17.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py38-plus]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: v0.5.2
35+
rev: v0.5.6
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]
@@ -52,7 +52,7 @@ repos:
5252
- id: nbstripout
5353

5454
- repo: https://github.com/numpy/numpydoc
55-
rev: v1.7.0
55+
rev: v1.8.0rc2
5656
hooks:
5757
- id: numpydoc-validation
5858

0 commit comments

Comments
 (0)