Skip to content

Commit c3fd716

Browse files
committed
update pre-commit config
1 parent d7f93df commit c3fd716

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
@@ -8,11 +8,11 @@ repos:
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/mirrors-yapf
11-
rev: v0.30.0
11+
rev: v0.32.0
1212
hooks:
1313
- id: yapf
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v3.1.0
15+
rev: v4.1.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: check-yaml
@@ -42,7 +42,7 @@ repos:
4242
args: ["--skip=third_party/*,*.proto"]
4343

4444
- repo: https://github.com/myint/docformatter
45-
rev: v1.3.1
45+
rev: v1.4
4646
hooks:
4747
- id: docformatter
4848
args: ["--in-place", "--wrap-descriptions", "79"]

0 commit comments

Comments
 (0)