Skip to content

Commit 47d92e1

Browse files
chore(deps): autoupdate pre-commit hooks
1 parent d7114a1 commit 47d92e1

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
@@ -41,7 +41,7 @@ repos:
4141
args:
4242
- --ignore-case
4343
- repo: https://github.com/astral-sh/uv-pre-commit
44-
rev: 0.9.17
44+
rev: 0.9.18
4545
hooks:
4646
# Keep lock file up to date
4747
- id: uv-lock
@@ -64,7 +64,7 @@ repos:
6464
- id: forbid-tabs
6565
exclude: documentation/make.bat|documentation/Makefile
6666
- repo: https://github.com/streetsidesoftware/cspell-cli
67-
rev: v9.3.3
67+
rev: v9.4.0
6868
hooks:
6969
# Run a spellcheck (words pulled from cspell.config.yaml)
7070
- id: cspell
@@ -92,7 +92,7 @@ repos:
9292
# Enforce that type annotations are used instead of type comments
9393
- id: python-use-type-annotations
9494
- repo: https://github.com/astral-sh/ruff-pre-commit
95-
rev: v0.14.9
95+
rev: v0.14.10
9696
hooks:
9797
# Run the linter.
9898
- id: ruff-check

0 commit comments

Comments
 (0)