Skip to content

Commit 88d5ec9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.3](keewis/blackdoc@v0.4.1...v0.4.3) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent fef8238 commit 88d5ec9

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
1818
hooks:
1919
- id: codespell
2020

21-
- repo: https://github.com/psf/black
22-
rev: 25.1.0
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: 25.9.0
2323
hooks:
2424
- id: black
2525
- id: black-jupyter
2626

2727
- repo: https://github.com/keewis/blackdoc
28-
rev: v0.4.1
28+
rev: v0.4.3
2929
hooks:
3030
- id: blackdoc
3131

@@ -35,7 +35,7 @@ repos:
3535
- id: flake8
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: 6.0.1
38+
rev: 6.1.0
3939
hooks:
4040
- id: isort
4141

0 commit comments

Comments
 (0)