Skip to content

Commit 3e6b5c5

Browse files
committed
⬆️ Update pre-commit hooks
1 parent f8cc0c2 commit 3e6b5c5

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
@@ -19,18 +19,18 @@ repos:
1919
- id: sphinx-lint
2020
types: [rst]
2121
- repo: https://github.com/pycqa/isort
22-
rev: 6.0.1
22+
rev: 6.1.0
2323
hooks:
2424
- id: isort
2525
additional_dependencies: ["toml"]
2626
entry: isort --profile=black
2727
name: isort (python)
2828
- repo: https://github.com/psf/black
29-
rev: 25.1.0
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/adamchainz/blacken-docs
33-
rev: "1.19.1"
33+
rev: "1.20.0"
3434
hooks:
3535
- id: blacken-docs
3636
args: [--line-length=79]

0 commit comments

Comments
 (0)