Skip to content

Commit 787c021

Browse files
committed
Upgrade pre-commit
1 parent 7472a00 commit 787c021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v3.2.0
8+
rev: v4.2.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -20,17 +20,17 @@ repos:
2020
- id: clang-tidy
2121
args: [--fix, --fix-errors]
2222
- repo: https://github.com/psf/black
23-
rev: 21.7b0
23+
rev: 22.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/asottile/blacken-docs
27-
rev: v1.10.0
27+
rev: v1.12.1
2828
hooks:
2929
- id: blacken-docs
3030
args: [ '--line-length', '100' ]
3131
additional_dependencies: [black==21.7b0]
3232
- repo: https://github.com/Lucas-C/pre-commit-hooks
33-
rev: v1.1.9
33+
rev: v1.1.13
3434
hooks:
3535
- id: forbid-crlf
3636
- id: remove-crlf

0 commit comments

Comments
 (0)