Skip to content

Commit 7282735

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent f32a7f1 commit 7282735

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
@@ -24,18 +24,18 @@ repos:
2424
- id: sphinx-lint
2525
types: [rst]
2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.0.1
27+
rev: 6.1.0
2828
hooks:
2929
- id: isort
3030
additional_dependencies: ["toml"]
3131
entry: isort --profile=black
3232
name: isort (python)
33-
- repo: https://github.com/psf/black
34-
rev: 25.1.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.9.0
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: "1.19.1"
38+
rev: "1.20.0"
3939
hooks:
4040
- id: blacken-docs
4141
args: [--line-length=79]

0 commit comments

Comments
 (0)