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 dd6da6a commit d107026Copy full SHA for d107026
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ ci:
12
13
repos:
14
- repo: https://github.com/commitizen-tools/commitizen
15
- rev: v4.12.1
+ rev: v4.13.7
16
hooks:
17
- id: commitizen
18
stages: [commit-msg]
@@ -31,7 +31,7 @@ repos:
31
- id: end-of-file-fixer
32
- id: trailing-whitespace
33
- repo: https://github.com/tox-dev/pyproject-fmt
34
- rev: "v2.12.1"
+ rev: "v2.15.0"
35
36
- id: pyproject-fmt
37
- repo: https://github.com/python-poetry/poetry
@@ -44,7 +44,7 @@ repos:
44
- id: prettier
45
args: ["--tab-width", "2"]
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.14.14
+ rev: v0.15.0
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments