Skip to content

Commit f7cb963

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) - [github.com/numpy/numpydoc: v1.8.0 → v1.9.0](numpy/numpydoc@v1.8.0...v1.9.0)
1 parent 52d605f commit f7cb963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.12.0
36+
rev: v0.12.1
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
@@ -53,7 +53,7 @@ repos:
5353
- id: nbstripout
5454

5555
- repo: https://github.com/numpy/numpydoc
56-
rev: v1.8.0
56+
rev: v1.9.0
5757
hooks:
5858
- id: numpydoc-validation
5959

0 commit comments

Comments
 (0)