Skip to content

Commit 371b1d4

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/crate-ci/typos: v1 → typos-dict-v0.13.13](crate-ci/typos@v1...typos-dict-v0.13.13) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.13...v0.14.10) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent b870297 commit 371b1d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ 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
1212
- id: check-toml
1313
- id: check-yaml
1414
- repo: https://github.com/crate-ci/typos
15-
rev: v1
15+
rev: typos-dict-v0.13.13
1616
hooks:
1717
- id: typos
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.13
19+
rev: v0.14.10
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)