We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa340b commit 3c0393dCopy full SHA for 3c0393d
1 file changed
.pre-commit-config.yaml
@@ -55,7 +55,7 @@ repos:
55
args: [--number]
56
language: python
57
additional_dependencies:
58
- - mdformat-mkdocs==5.1.3
+ - mdformat-mkdocs==5.1.4
59
60
- repo: https://github.com/DavidAnson/markdownlint-cli2
61
rev: v0.20.0
@@ -73,7 +73,7 @@ repos:
73
- id: reuse-lint-file
74
75
- repo: https://github.com/crate-ci/typos
76
- rev: v1.42.1
+ rev: v1.42.3
77
hooks:
78
- id: typos
79
@@ -111,7 +111,7 @@ repos:
111
- id: zizmor
112
113
- repo: https://github.com/python-jsonschema/check-jsonschema
114
- rev: 0.36.0
+ rev: 0.36.1
115
116
- id: check-github-workflows
117
args: ["--verbose"]
0 commit comments