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 9021434 commit 6d1a4f5Copy full SHA for 6d1a4f5
.pre-commit-config.yaml
@@ -55,14 +55,14 @@ repos:
55
args: ["--line-length=99"]
56
57
- repo: https://github.com/pycqa/flake8
58
- rev: 7.1.2
+ rev: 7.2.0
59
hooks:
60
- id: flake8
61
args: ["--extend-ignore=E501"]
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v19.1.7
+ rev: v20.1.0
66
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133
134
- repo: https://github.com/python-jsonschema/check-jsonschema
135
- rev: 0.31.2
+ rev: 0.32.1
136
137
- id: check-github-workflows
138
args: ["--verbose"]
0 commit comments