Skip to content

Commit b7214df

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 7f5246a commit b7214df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
- id: sphinx-lint
2828
types: [rst]
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.0
3131
hooks:
3232
- id: isort
3333
additional_dependencies: ["toml"]
3434
entry: isort --profile=black
3535
name: isort (python)
3636
- repo: https://github.com/psf/black
37-
rev: 24.10.0
37+
rev: 25.1.0
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/adamchainz/blacken-docs
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies:
4646
- black
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.3.0
48+
rev: v2.4.1
4949
hooks:
5050
- id: codespell
5151
args: [--toml pyproject.toml]

0 commit comments

Comments
 (0)