Skip to content

Commit 6f6f00c

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/streetsidesoftware/cspell-cli: v8.12.0 → v8.13.1](streetsidesoftware/cspell-cli@v8.12.0...v8.13.1)
1 parent cbccf22 commit 6f6f00c

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
@@ -5,7 +5,7 @@ ci:
55
- cspell
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.5.5
8+
rev: v0.5.6
99
hooks:
1010
- id: ruff
1111
args:
@@ -54,6 +54,6 @@ repos:
5454
- id: fix-spaces
5555
- id: forbid-bidi-controls
5656
- repo: https://github.com/streetsidesoftware/cspell-cli
57-
rev: v8.12.0
57+
rev: v8.13.1
5858
hooks:
5959
- id: cspell

0 commit comments

Comments
 (0)