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 a78f246 commit 205bc4cCopy full SHA for 205bc4c
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.1.1
+ rev: v4.2.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -37,7 +37,7 @@ repos:
37
- id: prettier
38
args: ["--tab-width", "2"]
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.9.4
+ rev: v0.9.6
41
42
- id: ruff
43
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
51
- id: codespell
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.14.1
+ rev: v1.15.0
54
55
- id: mypy
56
additional_dependencies: []
0 commit comments