Skip to content

Commit 02919d4

Browse files
committed
update hooks and pre-commit everything
1 parent db64870 commit 02919d4

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
@@ -7,7 +7,7 @@ repos:
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.9
10+
rev: v0.13.1
1111
hooks:
1212
# Run the linter.
1313
- id: ruff
@@ -25,6 +25,6 @@ repos:
2525
- id: numpydoc-validation
2626
exclude: '.*plots*\.*|.*utils*\.*|examples\/.*|scripts\/.*|__init__.py'
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.17.1
28+
rev: v1.18.2
2929
hooks:
3030
- id: mypy

0 commit comments

Comments
 (0)