Skip to content

Commit f9f02b6

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 7330dd2 commit f9f02b6

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
@@ -23,14 +23,14 @@ repos:
2323
- id: sphinx-lint
2424
types: [rst]
2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.2
26+
rev: 6.0.0
2727
hooks:
2828
- id: isort
2929
additional_dependencies: ["toml"]
3030
entry: isort --profile=black
3131
name: isort (python)
3232
- repo: https://github.com/psf/black
33-
rev: 24.10.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/adamchainz/blacken-docs
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies:
4242
- black
4343
- repo: https://github.com/codespell-project/codespell
44-
rev: v2.3.0
44+
rev: v2.4.1
4545
hooks:
4646
- id: codespell
4747
- repo: local

0 commit comments

Comments
 (0)