Skip to content

Commit 53ef8f9

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.9 → v0.14.5](astral-sh/ruff-pre-commit@v0.11.9...v0.14.5)
1 parent b73a83a commit 53ef8f9

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
@@ -14,14 +14,14 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/executablebooks/mdformat
17-
rev: 0.7.22
17+
rev: 1.0.0
1818
hooks:
1919
- id: mdformat
2020
exclude: ^lightblue_ai/.*\.md$
2121
additional_dependencies:
2222
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.11.9"
24+
rev: "v0.14.5"
2525
hooks:
2626
- id: ruff
2727
exclude: ^lightblue_ai/.*\.md$

0 commit comments

Comments
 (0)