We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9096307 commit 1b52c24Copy full SHA for 1b52c24
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: prettier
22
23
- repo: https://github.com/python-jsonschema/check-jsonschema
24
- rev: 0.28.1
+ rev: 0.28.2
25
hooks:
26
- id: check-github-workflows
27
- id: check-renovate
@@ -37,14 +37,14 @@ repos:
37
- id: checkmake
38
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.3.5
+ rev: v0.4.3
41
42
- id: ruff-format
43
- id: ruff
44
args: [--fix]
45
46
- repo: https://github.com/python-poetry/poetry
47
- rev: 1.8.2
+ rev: 1.8.3
48
49
- id: poetry-check
50
args: [--lock]
0 commit comments