We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f93df commit c3fd716Copy full SHA for c3fd716
.pre-commit-config.yaml
@@ -8,11 +8,11 @@ repos:
8
hooks:
9
- id: isort
10
- repo: https://github.com/pre-commit/mirrors-yapf
11
- rev: v0.30.0
+ rev: v0.32.0
12
13
- id: yapf
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v3.1.0
+ rev: v4.1.0
16
17
- id: trailing-whitespace
18
- id: check-yaml
@@ -42,7 +42,7 @@ repos:
42
args: ["--skip=third_party/*,*.proto"]
43
44
- repo: https://github.com/myint/docformatter
45
- rev: v1.3.1
+ rev: v1.4
46
47
- id: docformatter
48
args: ["--in-place", "--wrap-descriptions", "79"]
0 commit comments