Skip to content

Commit 65139aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/keewis/blackdoc: v0.4.2 → v0.4.3](keewis/blackdoc@v0.4.2...v0.4.3) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 86c3742 commit 65139aa

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
@@ -9,13 +9,13 @@ repos:
99
- id: check-yaml
1010
- id: double-quote-string-fixer
1111

12-
- repo: https://github.com/psf/black
12+
- repo: https://github.com/psf/black-pre-commit-mirror
1313
rev: 25.9.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/keewis/blackdoc
18-
rev: v0.4.2
18+
rev: v0.4.3
1919
hooks:
2020
- id: blackdoc
2121

@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: seed-isort-config
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 6.0.1
32+
rev: 6.1.0
3333
hooks:
3434
- id: isort
3535

0 commit comments

Comments
 (0)