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