Skip to content

Commit 7a8ae7c

Browse files
pre-commit hooks auto-update (#658)
Co-authored-by: Remi-Gau <6961185+Remi-Gau@users.noreply.github.com>
1 parent e7cc1b7 commit 7a8ae7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ repos:
1717
- id: mixed-line-ending
1818

1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.3.0
20+
rev: v2.4.1
2121
hooks:
2222
- id: codespell
2323
additional_dependencies:
2424
- tomli
2525

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

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

@@ -47,12 +47,12 @@ repos:
4747
args: [--autofix, --indent, '4']
4848

4949
- repo: https://github.com/pycqa/flake8
50-
rev: 7.1.1
50+
rev: 7.1.2
5151
hooks:
5252
- id: flake8
5353

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

0 commit comments

Comments
 (0)