Skip to content

Commit 1b52c24

Browse files
ci(deps): update pre-commit hooks
1 parent 9096307 commit 1b52c24

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
@@ -21,7 +21,7 @@ repos:
2121
- id: prettier
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.28.1
24+
rev: 0.28.2
2525
hooks:
2626
- id: check-github-workflows
2727
- id: check-renovate
@@ -37,14 +37,14 @@ repos:
3737
- id: checkmake
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.3.5
40+
rev: v0.4.3
4141
hooks:
4242
- id: ruff-format
4343
- id: ruff
4444
args: [--fix]
4545

4646
- repo: https://github.com/python-poetry/poetry
47-
rev: 1.8.2
47+
rev: 1.8.3
4848
hooks:
4949
- id: poetry-check
5050
args: [--lock]

0 commit comments

Comments
 (0)