Skip to content

Commit c8c83f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-clang-format: v13.0.0 → v13.0.1](pre-commit/mirrors-clang-format@v13.0.0...v13.0.1) - [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0)
1 parent f858903 commit c8c83f1

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
@@ -3,19 +3,19 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.1.0
77
hooks:
88
- id: check-case-conflict
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/pre-commit/mirrors-clang-format
13-
rev: v13.0.0
13+
rev: v13.0.1
1414
hooks:
1515
- id: clang-format
1616

1717
- repo: https://github.com/psf/black
18-
rev: 21.12b0
18+
rev: 22.3.0
1919
hooks:
2020
- id: black
2121

0 commit comments

Comments
 (0)