Skip to content

Commit 3834e49

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 1a1cc57 commit 3834e49

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
@@ -27,23 +27,23 @@ repos:
2727
- commit-msg
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333

3434
- repo: https://github.com/igorshubovych/markdownlint-cli
35-
rev: v0.43.0
35+
rev: v0.44.0
3636
hooks:
3737
- id: markdownlint
3838
- id: markdownlint-fix
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
name: isort (python)
4545

4646
- repo: https://github.com/psf/black
47-
rev: 24.10.0
47+
rev: 25.1.0
4848
hooks:
4949
- id: black

0 commit comments

Comments
 (0)