We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4090 commit 0a83a34Copy full SHA for 0a83a34
.pre-commit-config.yaml
@@ -55,7 +55,7 @@ repos:
55
hooks:
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.0
79
80
- id: ruff
81
- id: ruff-format
82
- repo: https://github.com/kumaraditya303/mirrors-pyright
83
- rev: v1.1.383
+ rev: v1.1.385
84
85
- id: pyright
86
0 commit comments