We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824bebf commit 3cf0b95Copy full SHA for 3cf0b95
.pre-commit-config.yaml
@@ -61,13 +61,13 @@ repos:
61
- --autofix
62
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
63
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64
- rev: v9.21.0
+ rev: v9.22.0
65
hooks:
66
- id: commitlint
67
stages: [commit-msg]
68
additional_dependencies: ["@commitlint/config-conventional"]
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.9.7
+ rev: v0.11.0
71
72
- id: ruff
73
args: [ --fix ]
0 commit comments