Skip to content

Commit ec53e00

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.2 → v0.11.0](astral-sh/ruff-pre-commit@v0.4.2...v0.11.0) - [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 3025885 commit ec53e00

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=100']
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.2
21+
rev: v0.11.0
2222
hooks:
2323
- id: ruff
2424
- id: ruff-format
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: refurb
2929
- repo: https://github.com/executablebooks/mdformat
30-
rev: 0.7.17
30+
rev: 0.7.22
3131
hooks:
3232
- id: mdformat
3333
additional_dependencies: [
@@ -36,7 +36,7 @@ repos:
3636
]
3737
args: [--wrap, "88"]
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.2.6
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
- repo: meta

0 commit comments

Comments
 (0)