We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db1d2d commit d958df9Copy full SHA for d958df9
.pre-commit-config.yaml
@@ -56,14 +56,14 @@ repos:
56
args: ["--line-length=99"]
57
58
- repo: https://github.com/pycqa/flake8
59
- rev: 7.1.2
+ rev: 7.2.0
60
hooks:
61
- id: flake8
62
args: ["--extend-ignore=E501"]
63
64
# CPP hooks
65
- repo: https://github.com/pre-commit/mirrors-clang-format
66
- rev: v19.1.7
+ rev: v20.1.0
67
68
- id: clang-format
69
args: ['-fallback-style=none', '-i']
@@ -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.31.2
+ rev: 0.32.1
137
138
- id: check-github-workflows
139
args: ["--verbose"]
0 commit comments