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 24546ca commit b7850adCopy full SHA for b7850ad
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: 3.12.0
+ 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: v3.1.0
+ rev: v4.0.0-alpha.3
36
37
- id: prettier
38
args: ["--tab-width", "2"]
0 commit comments