Skip to content

Commit 3e8d84a

Browse files
[pre-commit.ci] pre-commit autoupdate (#229)
* [pre-commit.ci] pre-commit autoupdate updates: - 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) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad8a72d commit 3e8d84a

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
@@ -21,17 +21,17 @@ repos:
2121
args:
2222
- "--py38-plus"
2323

24-
- repo: https://github.com/psf/black
25-
rev: 25.1.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 25.9.0
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.4.1
31+
rev: v0.4.3
3232
hooks:
3333
- id: blackdoc
34-
additional_dependencies: ["black==25.1.0"]
34+
additional_dependencies: ["black==25.9.0"]
3535
- id: blackdoc-autoupdate-black
3636

3737
- repo: https://github.com/PyCQA/flake8
@@ -40,7 +40,7 @@ repos:
4040
- id: flake8
4141

4242
- repo: https://github.com/PyCQA/isort
43-
rev: 6.0.1
43+
rev: 6.1.0
4444
hooks:
4545
- id: isort
4646

0 commit comments

Comments
 (0)