Skip to content

Commit 215f15e

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.15.0](commitizen-tools/commitizen@v4.13.9...v4.15.0) - [github.com/python-poetry/poetry: 2.3.2 → 2.4.0](python-poetry/poetry@2.3.2...2.4.0) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2)
1 parent 08af0b5 commit 215f15e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.15.0
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.0
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -42,7 +42,7 @@ 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
@@ -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: v1.20.2
6262
hooks:
6363
- id: mypy
6464
additional_dependencies: []

0 commit comments

Comments
 (0)