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 0e61c42 commit bc3dd65Copy full SHA for bc3dd65
.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: 3.12.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.6.1
+ rev: 1.6.0
32
33
- id: poetry-check
34
- repo: https://github.com/pre-commit/mirrors-prettier
35
- rev: v2.7.1
+ rev: v3.0.3
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.6.1
66
67
- id: mypy
68
additional_dependencies: []
0 commit comments