Skip to content

Commit 074f737

Browse files
chore: update pre-commit hooks (#66)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0rc2](numpy/numpydoc@v1.7.0...v1.8.0rc2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e336ea9 commit 074f737

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.5.4"
54+
rev: "v0.5.5"
5555
hooks:
5656
- id: ruff
5757
types: [file, python]
@@ -98,7 +98,7 @@ repos:
9898
args: ["--show=errskip"]
9999

100100
- repo: https://github.com/numpy/numpydoc
101-
rev: v1.7.0
101+
rev: v1.8.0rc2
102102
hooks:
103103
- id: numpydoc-validation
104104
types: [file, python]

0 commit comments

Comments
 (0)