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 c2689da commit 5a140abCopy full SHA for 5a140ab
.pre-commit-config.yaml
@@ -48,13 +48,13 @@ repos:
48
- --autofix
49
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
50
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
51
- rev: v9.19.0
+ rev: v9.20.0
52
hooks:
53
- id: commitlint
54
stages: [commit-msg]
55
additional_dependencies: ["@commitlint/config-conventional"]
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: v0.8.2
+ rev: v0.8.3
58
59
- id: ruff
60
args: [ --fix ]
0 commit comments