Skip to content

Commit a0c869a

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 9ed245e commit a0c869a

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
@@ -21,25 +21,25 @@ repos:
2121
- id: sphinx-lint
2222
types: [rst]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
additional_dependencies: ["toml"]
2828
entry: isort --profile=black
2929
name: isort (python)
3030
- repo: https://github.com/psf/black
31-
rev: 24.10.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/adamchainz/blacken-docs
35-
rev: "1.19.0"
35+
rev: "1.19.1"
3636
hooks:
3737
- id: blacken-docs
3838
args: [--line-length=79]
3939
additional_dependencies:
4040
- black
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.3.0
42+
rev: v2.4.1
4343
hooks:
4444
- id: codespell
4545
args: [--toml pyproject.toml]

0 commit comments

Comments
 (0)