Skip to content

Commit 724d739

Browse files
[pre-commit.ci] pre-commit autoupdate (#207)
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3e06350 commit 724d739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
- id: no-commit-to-branch
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: "v2.4.1"
30+
rev: "v2.4.2"
3131
hooks:
3232
- id: codespell
3333
types_or: [asciidoc, python, markdown, rst]
3434
additional_dependencies: [tomli]
3535

3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 26.1.0
37+
rev: 26.3.0
3838
hooks:
3939
- id: black
4040
pass_filenames: false

0 commit comments

Comments
 (0)