Skip to content

Commit 5864442

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.14.6](astral-sh/ruff-pre-commit@v0.11.13...v0.14.6) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent b870297 commit 5864442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^_build/.*$
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: mixed-line-ending
@@ -16,11 +16,11 @@ repos:
1616
hooks:
1717
- id: typos
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.13
19+
rev: v0.14.6
2020
hooks:
2121
- id: ruff-format
2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.22
23+
rev: 1.0.0
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:

0 commit comments

Comments
 (0)