Skip to content

Commit 5599f5e

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/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.8...v0.14.2)
1 parent d4d9c0b commit 5599f5e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -15,14 +15,14 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/executablebooks/mdformat
18-
rev: 0.7.22
18+
rev: 1.0.0
1919
hooks:
2020
- id: mdformat
2121
additional_dependencies:
2222
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.11.8"
25+
rev: "v0.14.2"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)