We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54297f commit 12e4090Copy full SHA for 12e4090
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: ^templates/|\.json$
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: fix-byte-order-marker
@@ -47,7 +47,7 @@ repos:
47
48
- id: check-mailmap
49
- repo: https://github.com/rhysd/actionlint
50
- rev: v1.7.2
+ rev: v1.7.3
51
52
- id: actionlint
53
- repo: https://github.com/adrienverge/yamllint
@@ -75,12 +75,12 @@ repos:
75
additional_dependencies:
76
- markdown-it-texmath
77
- repo: https://github.com/astral-sh/ruff-pre-commit
78
- rev: v0.6.7
+ rev: v0.6.9
79
80
- id: ruff
81
- id: ruff-format
82
- repo: https://github.com/kumaraditya303/mirrors-pyright
83
- rev: v1.1.381
+ rev: v1.1.383
84
85
- id: pyright
86
0 commit comments