Skip to content

Commit d87fbf8

Browse files
chore: update pre-commit hooks (#178)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d062db5 commit d87fbf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
- id: trailing-whitespace
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: "v0.14.7"
56+
rev: "v0.14.10"
5757
hooks:
5858
- id: ruff-check
5959
types: [file, python]
@@ -81,7 +81,7 @@ repos:
8181
types: [file, python]
8282

8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.19.0'
84+
rev: 'v1.19.1'
8585
hooks:
8686
- id: mypy
8787
exclude: 'noxfile\.py|docs/conf\.py'
@@ -100,7 +100,7 @@ repos:
100100
args: ["--show=errskip"]
101101

102102
- repo: https://github.com/numpy/numpydoc
103-
rev: v1.9.0
103+
rev: v1.10.0
104104
hooks:
105105
- id: numpydoc-validation
106106
types: [file, python]

0 commit comments

Comments
 (0)