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 cdf6f4c commit 62c8a84Copy full SHA for 62c8a84
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.13.9
+ rev: v4.13.10
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.15.5
+ rev: v0.15.10
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
@@ -44,7 +44,7 @@ repos:
44
45
- id: codespell
46
- repo: https://github.com/pre-commit/mirrors-mypy
47
- rev: v1.19.1
+ rev: v1.20.1
48
49
- id: mypy
50
additional_dependencies: []
0 commit comments