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 595e5ac commit 22ff5eaCopy full SHA for 22ff5ea
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v2.42.1
+ rev: v3.13.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -28,11 +28,11 @@ repos:
28
- id: end-of-file-fixer
29
- id: trailing-whitespace
30
- repo: https://github.com/python-poetry/poetry
31
- rev: 1.7.1
+ rev: 1.7.0
32
33
- id: poetry-check
34
- repo: https://github.com/pre-commit/mirrors-prettier
35
- rev: v2.7.1
+ rev: v4.0.0-alpha.8
36
37
- id: prettier
38
args: ["--tab-width", "2"]
@@ -62,7 +62,7 @@ repos:
62
63
- id: flake8
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v0.991
+ rev: v1.8.0
66
67
- id: mypy
68
additional_dependencies: []
0 commit comments