Skip to content

Commit 669d3f2

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#63)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c5ba2ea commit 669d3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.1.1
12+
rev: v4.2.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.9.4
42+
rev: v0.9.6
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: flake8
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.14.1
56+
rev: v1.15.0
5757
hooks:
5858
- id: mypy
5959
additional_dependencies: []

0 commit comments

Comments
 (0)