Skip to content

Commit c4a2764

Browse files
ci(deps): update pre-commit hooks
1 parent d706303 commit c4a2764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: prettier
2424

2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.29.4
26+
rev: 0.30.0
2727
hooks:
2828
- id: check-github-workflows
2929
- id: check-renovate
@@ -39,14 +39,14 @@ repos:
3939
- id: checkmake
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.7.4
42+
rev: v0.8.3
4343
hooks:
4444
- id: ruff-format
4545
- id: ruff
4646
args: [--fix]
4747

4848
- repo: https://github.com/python-poetry/poetry
49-
rev: 1.8.4
49+
rev: 1.8.5
5050
hooks:
5151
- id: poetry-check
5252
args: [--lock]

0 commit comments

Comments
 (0)