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.
2 parents 4248fd1 + 7bb0178 commit e697727Copy full SHA for e697727
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: check-useless-excludes
9
- id: check-hooks-apply
10
- repo: https://github.com/pre-commit/mirrors-clang-format
11
- rev: v22.1.3
+ rev: v22.1.5
12
hooks:
13
- id: clang-format
14
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -27,7 +27,7 @@ repos:
27
- id: mixed-line-ending
28
- id: trailing-whitespace
29
- repo: https://github.com/psf/black-pre-commit-mirror
30
- rev: 26.3.1
+ rev: 26.5.0
31
32
- id: black
33
- repo: https://github.com/PyCQA/flake8
0 commit comments