Skip to content

Commit c1891ca

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.2...v0.5.5) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0rc2](numpy/numpydoc@v1.7.0...v1.8.0rc2)
1 parent 18b33b9 commit c1891ca

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.5
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)