Skip to content

Commit 5d6ea72

Browse files
[pre-commit.ci] pre-commit autoupdate (#233)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/keewis/blackdoc: v0.4.5 → v0.4.6](keewis/blackdoc@v0.4.5...v0.4.6) * [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 1298c2a commit 5d6ea72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.21.0
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

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

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

3737
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)