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 471c788 commit fd23871Copy full SHA for fd23871
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
exclude: (^docs/_vendor/|.*pb2.*)
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.4.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -43,7 +43,7 @@ repos:
43
- id: golangci-lint
44
args: [--new-from-patch=/tmp/diff.patch]
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v3.2.2
+ rev: v3.3.0
47
48
- id: pyupgrade
49
- repo: https://github.com/PyCQA/isort
0 commit comments