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 04997b8 commit cfd5984Copy full SHA for cfd5984
.pre-commit-config.yaml
@@ -87,7 +87,7 @@ repos:
87
args: ["--linelength=120"]
88
89
- repo: https://github.com/pre-commit/mirrors-clang-format
90
- rev: 'v20.1.5'
+ rev: 'v20.1.6'
91
hooks:
92
- id: clang-format
93
@@ -115,7 +115,7 @@ repos:
115
116
# Docs - RestructuredText hooks
117
- repo: https://github.com/PyCQA/doc8
118
- rev: v1.1.2
+ rev: v2.0.0
119
120
- id: doc8
121
args: ['--max-line-length=100', '--ignore=D001']
0 commit comments