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 d04ee23 commit 7fb9f2fCopy full SHA for 7fb9f2f
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
6
repos:
7
- repo: https://github.com/commitizen-tools/commitizen
8
- rev: v4.0.0
+ rev: v4.1.0
9
hooks:
10
- id: commitizen
11
additional_dependencies: [cz-conventional-gitmoji]
@@ -44,14 +44,14 @@ repos:
44
args: [--prose-wrap=always]
45
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: "v0.8.1"
+ rev: "v0.8.6"
48
49
- id: ruff
50
args: ["--fix", "--show-fixes"]
51
- id: ruff-format
52
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: "v1.13.0"
+ rev: "v1.14.1"
55
56
- id: mypy
57
files: src
0 commit comments