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 fb3d665 commit b2cfe19Copy full SHA for b2cfe19
.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"]
@@ -63,13 +63,13 @@ repos:
63
- --autofix
64
exclude: .*docs/blog/codes/2024/0012/junk/registration-flow-response.json
65
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
66
- rev: v9.22.0
+ rev: v9.23.0
67
68
- id: commitlint
69
stages: [commit-msg]
70
additional_dependencies: ["@commitlint/config-conventional"]
71
- repo: https://github.com/astral-sh/ruff-pre-commit
72
- rev: v0.11.0
+ rev: v0.13.3
73
74
- id: ruff
75
types_or:
0 commit comments