Skip to content

Commit b2ac264

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 515ec81 commit b2ac264

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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
@@ -17,30 +17,30 @@ repos:
1717
- id: check-added-large-files
1818
args: ['--maxkb=1024']
1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v1.0.0
20+
rev: v1.0.2
2121
hooks:
2222
- id: sphinx-lint
2323
types: [rst]
2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.13.2
25+
rev: 8.0.1
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: 24.10.0
32+
rev: 26.1.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]
4040
additional_dependencies:
4141
- black
4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.3.0
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646
- repo: local

0 commit comments

Comments
 (0)