Skip to content

Commit 5999744

Browse files
committed
💚 Fix pre-commit.ci
1 parent c038244 commit 5999744

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.4.0
42+
rev: 3.4.1
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -55,16 +55,16 @@ repos:
5555
hooks:
5656
- id: yamllint
5757
- repo: https://github.com/executablebooks/mdformat
58-
rev: 0.7.22
58+
rev: 1.0.0
5959
hooks:
6060
- id: mdformat
6161
additional_dependencies:
6262
- mdformat-pyproject
6363
- mdformat-gfm
64-
- mdformat-myst
64+
# - mdformat-myst
6565
- mdformat-toc
6666
- mdformat-deflist
67-
# - mdformat-beautysh
67+
- mdformat-beautysh
6868
- mdformat-ruff
6969
- mdformat-config
7070
- mdformat-web
@@ -75,7 +75,7 @@ repos:
7575
additional_dependencies:
7676
- markdown-it-texmath
7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.14.2
78+
rev: v0.14.3
7979
hooks:
8080
- id: ruff-check
8181
- id: ruff-format

0 commit comments

Comments
 (0)