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 1ab67d8 commit bdb8f7bCopy full SHA for bdb8f7b
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.11.2
+ rev: v4.13.9
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -34,13 +34,13 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.14.11
+ rev: v0.15.5
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
41
- id: ruff-format
42
- repo: https://github.com/codespell-project/codespell
43
- rev: v2.4.1
+ rev: v2.4.2
44
45
- id: codespell
46
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments