Skip to content

Commit fe44bbd

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#60)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a5a832 commit fe44bbd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.9.1
12+
rev: v4.13.8
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.2.1
31+
rev: 2.3.2
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -37,16 +37,16 @@ repos:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.20.0
40+
rev: v3.21.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 6.0.1
45+
rev: 8.0.0
4646
hooks:
4747
- id: isort
48-
- repo: https://github.com/psf/black
49-
rev: 25.9.0
48+
- repo: https://github.com/psf/black-pre-commit-mirror
49+
rev: 26.1.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
@@ -58,12 +58,12 @@ repos:
5858
hooks:
5959
- id: flake8
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.18.2
61+
rev: v1.19.1
6262
hooks:
6363
- id: mypy
6464
additional_dependencies: []
6565
- repo: https://github.com/PyCQA/bandit
66-
rev: 1.8.6
66+
rev: 1.9.3
6767
hooks:
6868
- id: bandit
6969
args: [-x, tests]

0 commit comments

Comments
 (0)