Skip to content

Commit 36ee149

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.7.0](astral-sh/ruff-pre-commit@v0.4.1...v0.7.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 90536cf commit 36ee149

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']
@@ -26,7 +26,7 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.4.1
29+
rev: v0.7.0
3030
hooks:
3131
- id: ruff
3232
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: refurb
3737
- repo: https://github.com/executablebooks/mdformat
38-
rev: 0.7.17
38+
rev: 0.7.18
3939
hooks:
4040
- id: mdformat
4141
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
4444
]
4545
args: [--wrap, "88"]
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.2.6
47+
rev: v2.3.0
4848
hooks:
4949
- id: codespell
5050
args: [-L als, -L falsy]

0 commit comments

Comments
 (0)