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 c546f30 commit d60fecaCopy full SHA for d60feca
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.6.0
+ rev: v4.6.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -28,7 +28,7 @@ repos:
28
- id: end-of-file-fixer
29
- id: trailing-whitespace
30
- repo: https://github.com/python-poetry/poetry
31
- rev: 2.1.2
+ rev: 2.1.3
32
33
- id: poetry-check
34
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies:
40
- [email protected]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.11.6
+ rev: v0.11.8
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
0 commit comments