Skip to content

Commit 28be46a

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/JoC0de/pre-commit-prettier: v3.6.2 → v3.7.3](JoC0de/pre-commit-prettier@v3.6.2...v3.7.3) - [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.13.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.3...v0.14.7)
1 parent eb33b75 commit 28be46a

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
@@ -35,15 +35,15 @@ repos:
3535
#args: ["--write-changes"]
3636

3737
- repo: https://github.com/JoC0de/pre-commit-prettier
38-
rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent
38+
rev: v3.7.3 # v3.6.2 using SHA as tags are not persistent
3939
hooks:
4040
- id: prettier
4141
files: \.(json|yml|yaml|toml)
4242
# https://prettier.io/docs/en/options.html#print-width
4343
args: ["--print-width=120"]
4444

4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.22
46+
rev: 1.0.0
4747
hooks:
4848
- id: mdformat
4949
args: ["--number"]
@@ -54,7 +54,7 @@ repos:
5454
exclude: CHANGELOG.md
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.13.3
57+
rev: v0.14.7
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)