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 fbc3374 commit 9e4e3f6Copy full SHA for 9e4e3f6
.pre-commit-config.yaml
@@ -59,13 +59,13 @@ repos:
59
- --autofix
60
exclude: .*docs/blog/codes/2024/0012/junk/registration-flow-response.json
61
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
62
- rev: v9.23.0
+ rev: v9.24.0
63
hooks:
64
- id: commitlint
65
stages: [commit-msg]
66
additional_dependencies: ["@commitlint/config-conventional"]
67
- repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: v0.14.9
+ rev: v0.15.0
69
70
- id: ruff
71
types_or:
@@ -81,6 +81,6 @@ repos:
81
- pyi
82
- jupyter
83
- repo: https://github.com/rhysd/actionlint
84
- rev: v1.7.9
+ rev: v1.7.10
85
86
- id: actionlint
0 commit comments