Skip to content

Commit c9b83ed

Browse files
committed
⬆️ Update pre-commit hooks
1 parent bdf564a commit c9b83ed

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -22,18 +22,18 @@ repos:
2222
- id: sphinx-lint
2323
types: [rst]
2424
- repo: https://github.com/pycqa/isort
25-
rev: 6.0.1
25+
rev: 6.1.0
2626
hooks:
2727
- id: isort
2828
additional_dependencies: ["toml"]
2929
entry: isort --profile=black
3030
name: isort (python)
3131
- repo: https://github.com/psf/black
32-
rev: 25.1.0
32+
rev: 25.9.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/adamchainz/blacken-docs
36-
rev: "1.19.1"
36+
rev: "1.20.0"
3737
hooks:
3838
- id: blacken-docs
3939
args: [--line-length=79]

0 commit comments

Comments
 (0)