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 580236e commit 5c51d2eCopy full SHA for 5c51d2e
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
- id: mdformat
46
language: python
47
additional_dependencies:
48
- - mdformat-mkdocs==4.4.1
+ - mdformat-mkdocs==4.4.2
49
- mdformat-footnote==0.1.2
50
51
- repo: https://github.com/DavidAnson/markdownlint-cli2
@@ -59,18 +59,18 @@ repos:
59
- id: uv-lock
60
61
- repo: https://github.com/crate-ci/typos
62
- rev: v1.38.1
+ rev: v1.39.0
63
hooks:
64
- id: typos
65
66
- repo: https://github.com/fsfe/reuse-tool
67
- rev: v6.1.2
+ rev: v6.2.0
68
69
- id: reuse-lint-file
70
71
# zizmor detects security vulnerabilities in GitHub Actions workflows.
72
- repo: https://github.com/woodruffw/zizmor-pre-commit
73
- rev: v1.15.2
+ rev: v1.16.3
74
75
- id: zizmor
76
0 commit comments