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 8796c3b commit 9cdbd42Copy full SHA for 9cdbd42
.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v18.1.8
+ rev: v19.1.0
66
hooks:
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -107,7 +107,7 @@ repos:
107
108
# Docs - RestructuredText hooks
109
- repo: https://github.com/PyCQA/doc8
110
- rev: v1.1.1
+ rev: v1.1.2
111
112
- id: doc8
113
args: ['--max-line-length=100', '--ignore=D001']
@@ -131,7 +131,7 @@ repos:
131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132
133
- repo: https://github.com/python-jsonschema/check-jsonschema
134
- rev: 0.29.2
+ rev: 0.29.3
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments