Skip to content

Commit 7fb9f2f

Browse files
chore: update pre-commit hooks (#51)
1 parent d04ee23 commit 7fb9f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/commitizen-tools/commitizen
8-
rev: v4.0.0
8+
rev: v4.1.0
99
hooks:
1010
- id: commitizen
1111
additional_dependencies: [cz-conventional-gitmoji]
@@ -44,14 +44,14 @@ repos:
4444
args: [--prose-wrap=always]
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: "v0.8.1"
47+
rev: "v0.8.6"
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--show-fixes"]
5151
- id: ruff-format
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.13.0"
54+
rev: "v1.14.1"
5555
hooks:
5656
- id: mypy
5757
files: src

0 commit comments

Comments
 (0)