Skip to content

Commit 7545761

Browse files
authored
Merge pull request #201 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 991817d + 28c5975 commit 7545761

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
ci:
2+
autoupdate_branch: 'devel'
13
repos:
24
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v13.0.1
5+
rev: v14.0.6
46
hooks:
57
- id: clang-format
6-
args: [-i, --style=Google]
8+
args: [--style=Google]
79
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
10+
rev: v4.3.0
911
hooks:
1012
- id: check-added-large-files
1113
- id: check-ast
@@ -23,10 +25,10 @@ repos:
2325
- id: mixed-line-ending
2426
- id: trailing-whitespace
2527
- repo: https://github.com/psf/black
26-
rev: 22.3.0
28+
rev: 22.6.0
2729
hooks:
2830
- id: black
2931
- repo: https://github.com/PyCQA/flake8
30-
rev: 4.0.1
32+
rev: 5.0.4
3133
hooks:
3234
- id: flake8

0 commit comments

Comments
 (0)