Skip to content

Commit f3f5457

Browse files
authored
Merge pull request #288 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 60b6105 + bec11d4 commit f3f5457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v14.0.3
5+
rev: v14.0.4-1
66
hooks:
77
- id: clang-format
8-
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
8+
args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.2.0
10+
rev: v4.3.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)