Skip to content

Commit 7b2e60d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.11.4](astral-sh/ruff-pre-commit@v0.4.1...v0.11.4) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
1 parent 371344d commit 7b2e60d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -25,12 +25,12 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.1
28+
rev: v0.11.4
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
3232
- repo: https://github.com/executablebooks/mdformat
33-
rev: 0.7.17
33+
rev: 0.7.22
3434
hooks:
3535
- id: mdformat
3636
additional_dependencies: [
@@ -40,7 +40,7 @@ repos:
4040
args: [--wrap, "88"]
4141
files: (README\.md)
4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.2.6
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646
- repo: meta

0 commit comments

Comments
 (0)