Skip to content

Commit 4bd6344

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.16.2](commitizen-tools/commitizen@v4.13.9...v4.16.2) - [github.com/python-poetry/poetry: 2.3.2 → 2.4.1](python-poetry/poetry@2.3.2...2.4.1) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.0](psf/black-pre-commit-mirror@26.3.1...26.5.0) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0)
1 parent 08af0b5 commit 4bd6344

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.13.9
12+
rev: v4.16.2
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,7 +28,7 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: 2.3.2
31+
rev: 2.4.1
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -42,11 +42,11 @@ repos:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 8.0.1
45+
rev: 9.0.0a3
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black-pre-commit-mirror
49-
rev: 26.3.1
49+
rev: 26.5.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: flake8
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.19.1
61+
rev: v2.1.0
6262
hooks:
6363
- id: mypy
6464
additional_dependencies: []

0 commit comments

Comments
 (0)