We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e4090 commit 096a2f7Copy full SHA for 096a2f7
.pre-commit-config.yaml
@@ -47,15 +47,15 @@ repos:
47
hooks:
48
- id: check-mailmap
49
- repo: https://github.com/rhysd/actionlint
50
- rev: v1.7.3
+ rev: v1.7.4
51
52
- id: actionlint
53
- repo: https://github.com/adrienverge/yamllint
54
rev: v1.35.1
55
56
- id: yamllint
57
- repo: https://github.com/executablebooks/mdformat
58
- rev: 0.7.17
+ rev: 0.7.18
59
60
- id: mdformat
61
additional_dependencies:
@@ -75,12 +75,12 @@ repos:
75
76
- markdown-it-texmath
77
- repo: https://github.com/astral-sh/ruff-pre-commit
78
- rev: v0.6.9
+ rev: v0.7.2
79
80
- id: ruff
81
- id: ruff-format
82
- repo: https://github.com/kumaraditya303/mirrors-pyright
83
- rev: v1.1.383
+ rev: v1.1.387
84
85
- id: pyright
86
0 commit comments