Skip to content

Commit 5593601

Browse files
Remi-Gaugithub-actions[bot]
authored andcommitted
pre-commit hooks auto-update
1 parent e7f35fc commit 5593601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ repos:
2424
- tomli
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.0.1
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030
args: [--profile, black]
3131

3232
- repo: https://github.com/psf/black-pre-commit-mirror
33-
rev: 25.1.0
33+
rev: 25.9.0
3434
hooks:
3535
- id: black
3636

@@ -52,7 +52,7 @@ repos:
5252
- id: flake8
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.17.1
55+
rev: v1.18.2
5656
hooks:
5757
- id: mypy
5858
additional_dependencies: [types-PyYAML, types-Jinja2, types-click]

0 commit comments

Comments
 (0)