Skip to content

Commit f279e71

Browse files
chore: update pre-commit hooks
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 e7cb1e8 commit f279e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

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

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.12.0"
41+
rev: "v0.12.1"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -89,7 +89,7 @@ repos:
8989
args: ["--show=errskip"]
9090

9191
- repo: https://github.com/numpy/numpydoc
92-
rev: v1.8.0
92+
rev: v1.9.0
9393
hooks:
9494
- id: numpydoc-validation
9595
types: [file, python]

0 commit comments

Comments
 (0)