Skip to content

Commit 3d8a6ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.4.1](editorconfig-checker/editorconfig-checker.python@3.4.0...3.4.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [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.14.1 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.1...v0.14.3) - [github.com/kumaraditya303/mirrors-pyright: v1.1.406 → v1.1.407](kumaraditya303/mirrors-pyright@v1.1.406...v1.1.407)
1 parent e929086 commit 3d8a6ac

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,23 +39,23 @@ 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
4646
rev: 3.0.0
4747
hooks:
4848
- id: check-mailmap
4949
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.7.7
50+
rev: v1.7.8
5151
hooks:
5252
- id: actionlint
5353
- repo: https://github.com/adrienverge/yamllint
5454
rev: v1.37.1
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:
@@ -75,12 +75,12 @@ repos:
7575
additional_dependencies:
7676
- markdown-it-texmath
7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.14.1
78+
rev: v0.14.3
7979
hooks:
8080
- id: ruff-check
8181
- id: ruff-format
8282
- repo: https://github.com/kumaraditya303/mirrors-pyright
83-
rev: v1.1.406
83+
rev: v1.1.407
8484
hooks:
8585
- id: pyright
8686

0 commit comments

Comments
 (0)