Skip to content

Commit 0cafa1d

Browse files
authored
chore: update pre-commit hooks (#38)
Co-authored-by: dyollb <12702862+dyollb@users.noreply.github.com>
1 parent 37a83e3 commit 0cafa1d

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
@@ -17,7 +17,7 @@ repos:
1717
- id: detect-private-key
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.4
20+
rev: v0.15.5
2121
hooks:
2222
- id: ruff-check
2323
args: ["--fix"]
@@ -44,6 +44,6 @@ repos:
4444
- id: validate-pyproject
4545

4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.1
47+
rev: v2.4.2
4848
hooks:
4949
- id: codespell

0 commit comments

Comments
 (0)