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 6258cd4 commit 13b8352Copy full SHA for 13b8352
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ ci:
13
14
repos:
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v5.0.0
+ rev: v6.0.0
17
hooks:
18
- id: check-added-large-files
19
args: ["--maxkb=800"]
@@ -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.22.0
+ rev: v9.23.0
65
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.11.0
+ rev: v0.13.3
71
72
- id: ruff
73
args: [ --fix ]
0 commit comments