We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62f662 commit 591b97cCopy full SHA for 591b97c
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ ci:
10
11
repos:
12
- repo: https://github.com/commitizen-tools/commitizen
13
- rev: v4.11.2
+ rev: v4.12.0
14
hooks:
15
- id: commitizen
16
stages: [commit-msg]
@@ -27,7 +27,7 @@ repos:
27
- id: end-of-file-fixer
28
- id: trailing-whitespace
29
- repo: https://github.com/python-poetry/poetry
30
- rev: 2.2.1
+ rev: 2.3.0
31
32
- id: poetry-check
33
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -36,7 +36,7 @@ repos:
36
- id: prettier
37
args: ["--tab-width", "2"]
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.14.11
+ rev: v0.14.13
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix]
0 commit comments