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 663c01b commit 8eab8b9Copy full SHA for 8eab8b9
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v3.31.0
+ rev: v4.1.0
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.8.0
+ rev: v0.8.4
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.13.0
+ rev: v1.14.0
54
55
- id: mypy
56
additional_dependencies: []
0 commit comments