Skip to content

Commit cf52147

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.15.1 → v4.16.2](commitizen-tools/commitizen@v4.15.1...v4.16.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0)
1 parent 31194a3 commit cf52147

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.15.1
12+
rev: v4.16.2
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
4040
- id: pyupgrade
4141
args: [--py310-plus]
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.15.12
43+
rev: v0.15.13
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: flake8
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v2.0.0
57+
rev: v2.1.0
5858
hooks:
5959
- id: mypy
6060
additional_dependencies: [ifaddr]

0 commit comments

Comments
 (0)